Skip to content

Commit

Permalink
Try enforce: 'pre' for istanbul-instrumenter-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed May 15, 2019
1 parent f6802df commit d16520c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/karma.coverage.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ webpack.module.rules = [
{
test: /\.js$/,
use: {loader: 'istanbul-instrumenter-loader'},
enforce: 'pre',
include: path.resolve(__dirname, '../lib/'),
},
].concat(webpack.module.rules);
Expand Down

0 comments on commit d16520c

Please sign in to comment.