css-blocks icon indicating copy to clipboard operation
css-blocks copied to clipboard

Webpack CSS Hot Reloading

Open amiller-gh opened this issue 7 years ago • 1 comments

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.

amiller-gh avatar Jan 19 '18 18:01 amiller-gh

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.

chriseppstein avatar Jan 23 '18 21:01 chriseppstein