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
By default this should only work with strict mode modules. Those that have "use strict"; at the top of the file. If transpile encounters any module that's not strict mode it should throw as it is impossible to guarantee the module will work once converted to ES format.
To work around this, allow an { unsafe: true } option that ignores whether strict mode is there or not.
Add a transpile that will transpile CommonJS to ESM format.
becomes:
The text was updated successfully, but these errors were encountered: