vue-learn/babel.config.js

9 lines
133 B
JavaScript
Raw Normal View History

2020-06-16 02:20:06 +00:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
'@babel/plugin-syntax-dynamic-import'
2020-06-30 08:19:54 +00:00
]
2020-06-16 02:20:06 +00:00
}