Files
big-screen/babel.config.js
2025-12-23 11:15:33 +08:00

6 lines
53 B
JavaScript

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