react-dynamic-route-loading-es6 icon indicating copy to clipboard operation
react-dynamic-route-loading-es6 copied to clipboard

modify/upgrade css web pack plugin for production use case

Open grawk opened this issue 7 years ago • 1 comments

I found the attached change to be necessary in order to properly run the npm run build command (using node v8.2.1)

grawk avatar Aug 24 '17 15:08 grawk

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.

grawk avatar Aug 26 '17 21:08 grawk