You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2018. It is now read-only.
/.../babylon/lib/tokenizer/types.js:47
babelHelpers.inherits(KeywordTokenType, _TokenType);
^
ReferenceError: babelHelpers is not defined
at C:\Users\anhans\work\bbl\babylon\lib\tokenizer\types.js:47:3
The error only happens when using watch. If you use npm run build instead, there's no error.
Removing the "external-helpers" plugin from .babelrc fixes the problem, but I presume it's there for a reason.