Saber/babel.config.js
2019-02-14 11:38:09 +08:00

5 lines
52 B
JavaScript
Executable File

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