mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
14 lines
260 B
Text
14 lines
260 B
Text
{
|
|
"presets": [
|
|
["es2015", { "modules": false }]
|
|
],
|
|
"plugins": [
|
|
[
|
|
"component",
|
|
{
|
|
"libraryName": "element-ui",
|
|
"styleLibraryName": "theme-chalk"
|
|
}
|
|
]
|
|
]
|
|
}
|