any-rule/packages/www/babel.config.js
2019-08-02 12:01:48 +08:00

6 lines
53 B
JavaScript
Vendored

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