webpack-auto-inject-version
webpack-auto-inject-version copied to clipboard
Plugin breaks the source maps
If we enable the source maps of our code, the plugin is adding a new line over the bundle version without making necessary changes on source maps.
The result is that the debugging process is always displaced one line.
In the image above, Chrome dev tools wrongly think code execution is in line 121 but it is really in line 120.
I have the same issue, had to refuse the usage of the plugin