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