0

Removed content.

Reading documentation beforehand is important to minimize recurring questions.

Refer to Webpack v2 documentation.

Van
  • 65
  • 9

1 Answers1

1

/config/webpack.config.prod.js

in this file new ExtractTextPlugin('static/css/[name].css'),

look this video https://www.youtube.com/watch?v=-ZzrAQjfuZ0

grinmax
  • 1,835
  • 1
  • 10
  • 13
  • Perhaps this is brought by my naivety towards Webpack. I see that I need to add this to my webpack configuration file. Thanks. – Van Jan 28 '17 at 09:22