Files
tlmall-v5-front/babel.config.js

15 lines
221 B
JavaScript
Raw Permalink Normal View History

2022-11-01 12:09:54 +08:00
module.exports = {
"presets": [
'@vue/cli-plugin-babel/preset'
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}