Open spyhunter99 opened 12 months ago
I also encountered this issue, @spyhunter99 did you figure out a workaround?
webpack.config.js
resolve: {
fallback: {
http: false,
https: false,
},
},
how to fix this without webpack.config.js
First of all, awesome library. i hope i can get it working.... I'm talking through the tutorial from https://github.com/Paciolan/remote-component, refresh react projects. I was able to get a react component to compile but was unable to get it to load in the main app. I then tried to load the tutorial's plugin via github. (kind of new to react/nodejs stuff so bare with me)...
Anyhow, this is the error i'm getting.
i did try
npm i stream-http http https
but that didn't fix anything. Trying to understand the error message...is this a webpack versioning issue?