Files
lnljyang 3bb5419386 init
2026-01-05 15:07:49 +08:00

12 lines
219 B
Plaintext

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