vue-apps/com.actionsoft.apps.coe.pal.processlist/babel.config.js
2022-08-11 22:20:29 +08:00

11 lines
113 B
JavaScript

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