NetManage/.babelrc

12 lines
226 B
Plaintext
Raw Normal View History

2023-08-24 16:28:23 +08:00
{
"presets": [["@babel/preset-env", { "modules": false }]],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}