Archives_Vue/babel.config.js
2025-07-30 15:15:54 +08:00

16 lines
220 B
JavaScript

module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}