-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken on webpack 5 #249
Comments
How should I use the workaround? I added Edit: |
Hmmm. I encounter the same problem - but if I try to import in my angular project using |
Simply add |
Using |
Because webpack 5 does not bundle node polyfills by default this package is broken for build systems with webpack 5.
I tried polyfilling by using tsconfig compilerOptions but you cannot polyfill modules required by dependencies of this module.
Workaround: use a bundle from /dist
The text was updated successfully, but these errors were encountered: