The intent of this option is to toggle module interop behavior. When `true` no `interopRequireXXX` helper invocations will be emitted.
4 lines
95 B
JSON
4 lines
95 B
JSON
{
|
|
"plugins": ["external-helpers", ["transform-es2015-modules-amd", { "noInterop": true }]]
|
|
}
|