wallacyyy/reactly-starter-kit

Can I use "extract-text-webpack-plugin"?

Closed this issue · 1 comments

In your example, styles css is being adding to tag in file index.html.
But I want create separate file "bundle.css". I use "extract-text-webpack-plugin" for this, but it don't work livereload for styles in this case.
How can I create separate file "bundle.css" with livereload?
Sorry for my English.

@Kalita-Roman, I never user this plugin before but I took a look on the repo and found this issue with people suggesting another setup, see if it helps maybe.