9 lines
315 B
JSON
9 lines
315 B
JSON
{
|
|
"plugins": [
|
|
"transform-modules-systemjs",
|
|
"external-helpers"
|
|
],
|
|
"BABEL_8_BREAKING": true,
|
|
"throws": "ERROR: Dynamic import() transformation must be enabled using the\n @babel/plugin-proposal-dynamic-import plugin. Babel 8\n no longer transforms import() without using that plugin."
|
|
}
|