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

11 lines
113 B
JavaScript
Raw Permalink Normal View History

2022-06-28 10:09:47 +08:00
module.exports = {
presets: [
[
'@vue/app',
{
useBuiltIns: 'entry'
}
]
]
}