react-dynamic-route-loading-es6
react-dynamic-route-loading-es6 copied to clipboard
modify/upgrade css web pack plugin for production use case
I found the attached change to be necessary in order to properly run the npm run build
command (using node v8.2.1)
The npm run prod
script was failing with the error: Uncaught Error: [HMR] Hot Module Replacement is disabled.
From some searching I found that the flags --hot --inline
could resolve this. Added that change as well.