You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: