m/babel.config.js
callmeyan 91ded0ad02 init
2019-01-08 15:45:51 +08:00

6 lines
53 B
JavaScript

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