jalkoby / sass-webpack-plugin

[Deprecated] 🌈 Get your stylesheets together
MIT License
13 stars 6 forks source link

Plugin not compiling files if html webpack plugin is using templates to generate files #18

Open decodez opened 6 years ago

decodez commented 6 years ago

I am using pug loader with html webpack plugin to do my build. But Sass plugin not compiling the files on save when run webpack-dev-server.

jalkoby commented 6 years ago

Hi. what's the version of webpack do you use?

decodez commented 6 years ago

"webpack": "^4.16.2",

plumthedev commented 5 years ago

i get the same problem, how you solve?