Robert Jackson 0d1edb9811
Add noInterop option to babel-plugin-transform-es2015-modules-commonjs.
The intent of this option is to toggle module interop behavior. When `true`
no `interopRequireXXX` helper invocations will be emitted.
2017-03-06 19:51:35 -05:00

4 lines
100 B
JSON

{
"plugins": ["external-helpers", ["transform-es2015-modules-commonjs", { "noInterop": true }]]
}