14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"chrome": "58",
|
||
|
"ie": "11"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": ["@babel/plugin-syntax-dynamic-import"]
|
||
|
}
|