Open mcanvar opened 3 years ago
Hey guys, any update on this?
+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'],
}),
],
Hi mates,
Do you consider supporting Webpack?
Thanks for supporting the browser extensions.