vue-learn/babel.config.js

6 lines
73 B
JavaScript
Raw Normal View History

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