1
0
forked from um/web
web/babel.config.js
2019-07-03 22:50:04 +08:00

6 lines
53 B
JavaScript

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