mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
15 lines
260 B
Plaintext
15 lines
260 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
["es2015", { "modules": false }]
|
||
|
],
|
||
|
"plugins": [
|
||
|
[
|
||
|
"component",
|
||
|
{
|
||
|
"libraryName": "element-ui",
|
||
|
"styleLibraryName": "theme-chalk"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|