vue-apps/com.actionsoft.apps.coe.pal.cooperation/babel.config.js

11 lines
113 B
JavaScript
Raw Normal View History

2022-07-07 11:17:41 +08:00
module.exports = {
presets: [
[
'@vue/app',
{
useBuiltIns: 'entry'
}
]
]
}