Closed
Description
Hi,
I use source-map-loader to preload generated source maps.
Due to source-map-loader the source file that is referenced from the source map is added to webpack watch list.
So when I change source file webpack run rebuild.
The problem is that source maps are not generated by webpack.
And changing source file should not trigger the build.