douyin/babel.config.js
2018-10-15 11:20:31 +08:00

6 lines
53 B
JavaScript

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