feiyang-web/.babelrc
2024-04-12 10:30:56 +08:00

15 lines
271 B
Plaintext

{
"presets": [["es2015", { "modules": false }]],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}