JM-admin/babel.config.js

9 lines
94 B
JavaScript
Raw Normal View History

2023-01-10 11:52:47 +08:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
'plugins': [
]
}