mtfosbot_web/babel.config.js
2018-08-11 23:05:14 +08:00

6 lines
53 B
JavaScript

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