feat: babel.config.js modules=commonjs

This commit is contained in:
fxy060608 2019-01-10 17:11:56 +08:00
parent 43d708e43f
commit 71d64d038d

View File

@ -15,7 +15,8 @@ module.exports = {
presets: [
[
'@vue/app',
{
{
modules: 'commonjs',
useBuiltIns: 'entry'
}
]