mirror of
https://github.com/ZeroDream-CN/SakuraFrp
synced 2024-11-22 15:44:42 +00:00
15 lines
260 B
Plaintext
15 lines
260 B
Plaintext
{
|
|
"presets": [
|
|
["es2015", { "modules": false }]
|
|
],
|
|
"plugins": [
|
|
[
|
|
"component",
|
|
{
|
|
"libraryName": "element-ui",
|
|
"styleLibraryName": "theme-chalk"
|
|
}
|
|
]
|
|
]
|
|
}
|