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'm facing an issue where my coverage report is not properly reflecting the actual bundle.
Code which is omitted thanks to tree shaking/minification is showing up as uncovered.
I'm using coverage-istanbul-loader, ts-loader and TerserPlugin for optimization. devtool is set to source-map and sourceMap is enabled in both tsconfig and terserOptions.
I have been unable to find proper documentation on this topic so far, so any pointers would be appreciated.
The text was updated successfully, but these errors were encountered:
Hello,
I'm facing an issue where my coverage report is not properly reflecting the actual bundle.
Code which is omitted thanks to tree shaking/minification is showing up as uncovered.
I'm using coverage-istanbul-loader, ts-loader and TerserPlugin for optimization.
devtool
is set tosource-map
and sourceMap is enabled in both tsconfig and terserOptions.I have been unable to find proper documentation on this topic so far, so any pointers would be appreciated.
The text was updated successfully, but these errors were encountered: