We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi mates,
Do you consider supporting Webpack?
Thanks for supporting the browser extensions.
The text was updated successfully, but these errors were encountered:
Hey guys, any update on this?
Sorry, something went wrong.
+1 :)
well, it can be used on webpack, but you will need to do some config, I think the version that is being maintained is in the provider,
npm install -D buffer process stream-browserify
and in your webpack config
resolve: { fallback: { stream: require.resolve('stream-browserify'), buffer: require.resolve('buffer/'), }, alias: { process: 'process/browser', }, }, plugins: [ new webpack.ProvidePlugin({ Buffer: ['buffer', 'Buffer'], }), ],
No branches or pull requests
Hi mates,
Do you consider supporting Webpack?
Thanks for supporting the browser extensions.
The text was updated successfully, but these errors were encountered: