Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tehsenaus authored May 30, 2017
1 parent 0e6b277 commit 2cae6e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/instrumenters/istanbul.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ function InstrumenterIstanbul (cwd, options) {
embedSource: true,
noCompact: false,
preserveComments: true,
produceSourceMap: options.produceSourceMap
produceSourceMap: options.produceSourceMap,
esModules: true
})

return {
Expand Down

0 comments on commit 2cae6e4

Please sign in to comment.