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 88a230a commit 123ce43Copy full SHA for 123ce43
lib/compilers/babel-compiler.js
@@ -4,8 +4,7 @@ const logger = require('../logger')
4
const cache = require('../cache')
5
6
var defaultBabelOptions = {
7
- presets: ['env'],
8
- plugins: ['transform-runtime']
+ presets: ['vue-app']
9
}
10
11
function getBabelConfig () {
package.json
@@ -49,8 +49,7 @@
49
},
50
"dependencies": {
51
"babel-core": "^6.25.0",
52
- "babel-plugin-transform-runtime": "^6.23.0",
53
- "babel-preset-env": "^1.6.0",
+ "babel-preset-vue-app": "^1.3.1",
54
"chalk": "^2.1.0",
55
"convert-source-map": "^1.5.0",
56
"find-babel-config": "^1.1.0",
0 commit comments