css-blocks
css-blocks copied to clipboard
Webpack CSS Hot Reloading
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.
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.