mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-11 18:59:51 +08:00
23 lines
295 B
Plaintext
23 lines
295 B
Plaintext
|
|
{
|
||
|
|
"presets": [
|
||
|
|
[
|
||
|
|
"@babel/env",
|
||
|
|
{
|
||
|
|
"targets": {
|
||
|
|
"chrome": "58",
|
||
|
|
"ie": "11"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"plugins": [
|
||
|
|
[
|
||
|
|
"component",
|
||
|
|
{
|
||
|
|
"libraryName": "element-ui",
|
||
|
|
"styleLibraryName": "theme-chalk"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
]
|
||
|
|
}
|