Files
tlmall-v5-front/babel.config.js
USER-20221017CE\Administrator 555d9ca796 初始化提交
2022-11-01 12:09:54 +08:00

15 lines
221 B
JavaScript

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