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 node package that's currently built is not an ES6 compatible package.
I've tried adding the -s EXPORT_ES6 flag and it seems to work properly, but the output still has mixed usage of CommonJS requires and ES6 imports, which breaks things.