modern/.babelrc

14 lines
209 B
Plaintext
Raw Normal View History

2021-01-17 17:17:19 +01:00
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": "58",
"ie": "11"
}
}
]
],
"plugins": ["@babel/plugin-syntax-dynamic-import"]
}