linkedin / css-blocks

High performance, maintainable stylesheets.
http://css-blocks.com/
BSD 2-Clause "Simplified" License
6.33k stars 152 forks source link

Webpack CSS Hot Reloading #54

Open amiller-gh opened 6 years ago

amiller-gh commented 6 years ago

Because we take over the css compile / emit step for builds in the webpack-plugin, and future broccoli-plugin, no existing css hot reloading plugins easily integrate with css-blocks. We need to either provide integration documentation, or roll our own css hot reloading.

chriseppstein commented 6 years ago

In general, I think all of our plugins need work to support rebuilds efficiently.

Our webpack integration for CSS is completely outside the normal webpack flow, once we're open sourced maybe people who are better at webpack can help use resolve these issues.