webpack-contrib / istanbul-instrumenter-loader

Istanbul Instrumenter Loader
MIT License
273 stars 65 forks source link

Document ES2015 Modules Support #45

Closed battmanz closed 7 years ago

battmanz commented 7 years ago

I found this comment that explains how to use ES2015 modules with the istanbul-instrumenter-loader. In Webpack 2, it would look like:

use: 'istanbul-instrumenter-loader',
options: {
  esModules: true
}

I tried it and it works. Can that be documented somewhere? I had to hunt through open issues in order to find it.

battmanz commented 7 years ago

Nevermind, just found it documented here