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
The namespacing introduced through the use of the UMD gulp preset causes unexpected behavior when bundling with rollup (top-level this becoming undefined). Solved by including the module field in package.json to allow rollup to handle es6 imports.
The text was updated successfully, but these errors were encountered:
The namespacing introduced through the use of the UMD gulp preset causes unexpected behavior when bundling with rollup (top-level
this
becomingundefined
). Solved by including themodule
field inpackage.json
to allow rollup to handle es6 imports.The text was updated successfully, but these errors were encountered: