Meteor app crash after updated to @babel/runtime": "^7.0.0-beta.47" and meteor 1.6.1.1

I have just updated my app with @babel/runtime": “^7.0.0-beta.47” and meteor 1.6.1.1 it works local

And when I push to my server then the webapp dont work “Application error”

This is my package.json


{
  "dependencies": {
    "@babel/runtime": "^7.0.0-beta.47",
    "lodash": "^4.17.10",
    "meteor-node-stubs": "^0.3.2",
    "vue": "^2.5.16",
    "vue-meteor-tracker": "^1.2.3",
    "vue-resource": "^1.5.0",
    "vue-router": "^3.0.1",
    "vuetify": "^1.0.18"
  },
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-plugin-vue": "^4.5.0",
    "vue-clicky": "^1.3.5",
    "webpack": "^3.12.0"
  }
}

Its like the server dont get the new npm packets, howto do that?