-
Notifications
You must be signed in to change notification settings - Fork 234
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
Unable to use with Webpack 5 #148
Comments
So I installed the node-polyfill-webpack-plugin and now there's a different error:
|
any chance you can show non minified stack trace ? |
@calvinmetcalf Sure |
this comment suggests you may have to do new webpack.ProvidePlugin({
Buffer: ['buffer', 'Buffer'],
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Webpack 5 doesn't include node polyfills anymore so I'm having issues using the library.
Error: nodebuffer is not supported by this browser
I already tried this in my Webpack config:
and even setting these to
false
but no luck.The text was updated successfully, but these errors were encountered: