I have been working with webpack today, and all of a sudden it starts throwing me errors that it can't resolve common node modules like fs
and inspect
. I found this github issue that gives a workaround by setting the modules to none through webpack's config. After doing that, I got this error in my browser:
I believe that this pertains to the fact that in the workaround the modules were replaced by empty placeholders. I have already tried re-installing all of the modules. Hopefully somebody can help with this!