We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5764c commit 0845f7dCopy full SHA for 0845f7d
.babelrc
@@ -1,5 +1,5 @@
1
{
2
"presets": [
3
- ["env", { "targets": { "node": 7 }, "modules": false }]
+ ["@babel/env", { "targets": { "node": 7 }, "modules": false }]
4
]
5
}
package.json
@@ -74,9 +74,10 @@
74
"mpvue-template-compiler": "^1.0.12"
75
},
76
"devDependencies": {
77
- "babel-core": "^6.25.0",
78
- "babel-loader": "^7.0.0",
79
- "babel-preset-env": "^1.6.0",
+ "@babel/core": "^7.3.4",
+ "@babel/preset-env": "^7.3.4",
+ "babel-loader": "^8.0.5",
80
+ "babel-types": "^6.26.0",
81
"chai": "^4.1.0",
82
"coffee-loader": "^0.7.2",
83
"coffee-script": "^1.12.6",
0 commit comments