webpack-contrib / istanbul-instrumenter-loader

Istanbul Instrumenter Loader
MIT License
273 stars 65 forks source link

Remove isparta note and document options #30

Closed MichaReiser closed 7 years ago

MichaReiser commented 7 years ago

After upgrading to istanbul-lib-instrument, also the documentation needs to be updated. Mentioning the supported options and remove the note about the need for isparta loader if ES6 code should be instrumented

deepsweet commented 7 years ago

btw why do we have autoWrap: true by default?

MichaReiser commented 7 years ago

Hmm.. I think that was a mistake I made when upgrading... The option was called noAutoWrap before... The new options is called autoWrap and it looks like i just merged those two options... leading exactly to the opposite...