postcss-sassy-import icon indicating copy to clipboard operation
postcss-sassy-import copied to clipboard

While using `webpack --watch`, css file does not rebuild

Open akinnee opened this issue 6 years ago • 1 comments

After adding postcss-sassy-import, our css bundle no longer updates when we change a css file.

akinnee avatar Sep 27 '17 15:09 akinnee

Yeah, this is a problem with the way that imports are currently resolved. 🙁

Webpack never finds out that we have a dependency on the files that are imported, and so it doesn't know that it needs to watch them for changes.

LPGhatguy avatar Sep 27 '17 18:09 LPGhatguy