symes-web/babel.config.js

11 lines
118 B
JavaScript
Raw Permalink Normal View History

2026-07-21 11:51:25 +08:00
module.exports = {
presets: [
[
'@vue/app',
{
useBuiltIns: 'entry',
},
],
],
};