electron11-vue2/babel.config.js
chenqiang 40f6e9ff77 init
2025-08-25 22:28:53 +08:00

6 lines
53 B
JavaScript

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