2017-12-04 15:37:16 +00:00
|
|
|
{
|
|
|
|
"presets": [
|
2018-09-05 20:04:44 +00:00
|
|
|
["@babel/preset-env",
|
|
|
|
{
|
|
|
|
"modules": false
|
|
|
|
}
|
2018-10-01 20:32:32 +00:00
|
|
|
],
|
|
|
|
"@babel/react"
|
2024-01-26 18:59:01 +00:00
|
|
|
],
|
|
|
|
"plugins": ["@babel/plugin-syntax-dynamic-import"]
|
2017-12-04 15:37:16 +00:00
|
|
|
}
|