admin/babel.config.js
2020-12-15 11:47:40 +08:00

6 lines
53 B
JavaScript

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