GoDV-Client/babel.config.js
2019-11-05 00:48:04 +08:00

6 lines
53 B
JavaScript

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