webpack-contrib / istanbul-instrumenter-loader

Istanbul Instrumenter Loader
MIT License
273 stars 65 forks source link

docs(README): add example for babel usage #56

Closed tarjei closed 7 years ago

jsf-clabot commented 7 years ago

CLA assistant check
All committers have signed the CLA.

tarjei commented 7 years ago

@michael-ciniawsky Thanks for the review!

I changed the options: {...} in your suggestion to options: { esModules:true }.

But: I'm not sure if the esModules: true is needed with babel. It is a long time since I wrote this PR...