15 lines
271 B
Plaintext
15 lines
271 B
Plaintext
|
|
||
|
|
||
|
{
|
||
|
"presets": [["es2015", { "modules": false }]],
|
||
|
"plugins": [
|
||
|
[
|
||
|
"component",
|
||
|
{
|
||
|
"libraryName": "element-ui",
|
||
|
"styleLibraryName": "theme-chalk"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
|
||
|
}
|