Skip to content

Commit

Permalink
fix: add support for ES6 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tehsenaus authored and bcoe committed May 31, 2017
1 parent 0e6b277 commit f18f780
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/instrumenters/istanbul.js
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 f18f780

Please sign in to comment.