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
Webpack 5.0 throws errors when attempting to build multipass-js as it references some libraries (e.g. crypto-js) that are not accessible on the front end. This worked before upgrading Webpack, because Webpack <5.0 adds shims for those libraries.
How would one recommend proceeding? I really do not want to have to create my own server API just for this, as that means rewriting all my existing references to it, to now work asynchronously.
The text was updated successfully, but these errors were encountered:
Webpack 5.0 throws errors when attempting to build
multipass-js
as it references some libraries (e.g.crypto-js
) that are not accessible on the front end. This worked before upgrading Webpack, because Webpack <5.0 adds shims for those libraries.How would one recommend proceeding? I really do not want to have to create my own server API just for this, as that means rewriting all my existing references to it, to now work asynchronously.
The text was updated successfully, but these errors were encountered: