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

Document ES2015 Modules Support #45

Closed
battmanz opened this issue Feb 15, 2017 · 1 comment
Closed

Document ES2015 Modules Support #45

battmanz opened this issue Feb 15, 2017 · 1 comment

Comments

@battmanz
Copy link

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
Copy link
Author

Nevermind, just found it documented here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant