mirror of https://github.com/jkjoy/sunpeiwen.git
15 lines
195 B
Plaintext
15 lines
195 B
Plaintext
|
{
|
||
|
"plugins": [
|
||
|
"@babel/plugin-transform-modules-umd"
|
||
|
],
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"chrome": "30"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|