-
Notifications
You must be signed in to change notification settings - Fork 43
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
NodeJS https module dependency in latest version #67
Comments
Hi @jz222 as the error message states, the package uses Webpack 4.x so by default it includes the https polyfill. I'll see how big of a lift it is to go to webpack 5.x. |
- also added CRA for react testing in repo
Was able to bump to Webpack 5 with minimal drama, will deploy a 2.4.x line of the library with this change and hopefully that gets rid of that error in CRA, I will do a manual test after to verify. |
* #67 - webpack 4 to 5, should get rid of https module - also added CRA for react testing in repo * bumps webpack-cli@latest
So bad news here, |
Thanks a lot for the update, it works fine now. |
Hi,
thanks for this package.
I'm using it in a React app with the standard create-react-app config. Since version v2.2.1 of browser-image-resizer, the React app doesn't compile with the following error:
I understand the error and know how to fix it, but I was wondering if it's necessary to have this
https
depedency that requires me to add a polyfill.Thanks for your time
The text was updated successfully, but these errors were encountered: