12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
|
{
|
||
|
"presets": [["@babel/preset-env", { "modules": false }]],
|
||
|
"plugins": [
|
||
|
[
|
||
|
"component",
|
||
|
{
|
||
|
"libraryName": "element-ui",
|
||
|
"styleLibraryName": "theme-chalk"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|