Fix a ReferenceError caused by a typo (`_construct` instead of `construct`) in the external `wrapNativeSuper` helper. (The typo doesn't usually cause an error in inline helpers because `_construct` happens to be the default name given to the `construct` helper function.)
4 lines
84 B
JSON
4 lines
84 B
JSON
{
|
|
"plugins": ["transform-classes","transform-block-scoping","external-helpers"]
|
|
}
|