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
package.json
Hi @joelnet
In order to resolve the webpack 5 build problem, we need to add a
browser: { http: "stream-http", https: "https-browserify" }
to package.json
like https://github.com/webpack/webpack/blob/c181294865dca01b28e6e316636fef5f2aad4eb6/lib/ModuleNotFoundError.js#L21
Also add stream-http and https-browserify to dependencies.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @joelnet
In order to resolve the webpack 5 build problem, we need to add a
browser: { http: "stream-http", https: "https-browserify" }
to package.json
like https://github.com/webpack/webpack/blob/c181294865dca01b28e6e316636fef5f2aad4eb6/lib/ModuleNotFoundError.js#L21
Also add stream-http and https-browserify to dependencies.
The text was updated successfully, but these errors were encountered: