I am using the generator-react-webpack and when trying to use webpack's ProvidePlugin I get the following error when the browser launches after doing npm start :
Uncaught Error: [HMR] Hot Module Replacement is disabled.
[WDS] Hot Module Replacement enabled.
Hereunder is my cfg/base.js ... If I remove the plugins section it works ok. What am I doing wrong?
Hello,
I am using the generator-react-webpack and when trying to use webpack's ProvidePlugin I get the following error when the browser launches after doing
npm start
:Hereunder is my cfg/base.js ... If I remove the plugins section it works ok. What am I doing wrong?