mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-20 19:40:59 -05:00
tweak babel config placement
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"presets": ["vue-app"]
|
||||
}
|
||||
@@ -5,9 +5,11 @@ module.exports = api => {
|
||||
devDependencies: {
|
||||
'@vue/cli-plugin-babel': '^1.0.0',
|
||||
'babel-preset-vue-app': '^2.0.0'
|
||||
},
|
||||
babel: {
|
||||
presets: ['vue-app']
|
||||
}
|
||||
})
|
||||
api.renderFiles('./files')
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user