Friday, 7 April 2017

style-loader on webpack in production

I am new to the Node.js application as well as webpack. During development I would run webpack-dev-server to serve up my bundles and it would create style tags and put all of the css on there. How would I get the css to be placed in the style tags on a production server since I can't run webpack-dev-server?



via Ron T