vue-apps/com.actionsoft.apps.coe.pal/babel.config.js
2022-06-28 10:09:47 +08:00

11 lines
113 B
JavaScript

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