web/babel.config.js
2019-06-17 14:24:02 +08:00

6 lines
53 B
JavaScript

module.exports = {
presets: [
'@vue/app'
]
}