it-console/code/web/IT工具综合平台/babel.config.js

6 lines
73 B
JavaScript
Raw Normal View History

2023-01-29 02:17:49 +00:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}