erp-web/babel.config.js

7 lines
87 B
JavaScript
Raw Permalink Normal View History

2026-03-28 09:04:49 +00:00
module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}