Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
📝 update readme with fixWebpackSourcePaths option
Browse files Browse the repository at this point in the history
For anyone using webpack pre-loaders (normally most folks which use linters), webpack changes file paths to `/path/to/pre-loader!src/my/file.ts` which breaks html reports as the source file names are wrong.
  • Loading branch information
mattlewis92 authored and Kir Belevich committed Feb 1, 2017
1 parent 3773dad commit 378d8ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -84,7 +84,8 @@ config.set({
},
reporters: [ 'progress', 'coverage-istanbul' ],
coverageIstanbulReporter: {
reports: [ 'text-summary' ]
reports: [ 'text-summary' ],
fixWebpackSourcePaths: true
},
});
Expand Down

0 comments on commit 378d8ae

Please sign in to comment.