markshapiro / webpack-merge-and-include-globally

Merge multiple files (js, css..) and include by running them "as is". Supports minify by custom transform and wildcard paths.
MIT License
102 stars 27 forks source link

Under Webpack dev server, does it rebuild also if other scss are changed? #23

Open marc0n3 opened 4 years ago

marc0n3 commented 4 years ago

Hi, first of all thanks for the great plugin.

I was wondering why my project takes time to serve an hot update of the css and, measuring the lag, I've found that you plugin runs also if I change another file (ex. scss) that is not included in the plugin config.

Is this true? Is there a way to tell the plugin to run only if one of the file in the list changes? Thanks in advance. Marco