crgs/babel.config.js

8 lines
91 B
JavaScript

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