webpack-contrib / istanbul-instrumenter-loader

Istanbul Instrumenter Loader
MIT License
273 stars 65 forks source link

Plans for upgrading version of loader-utils? #81

Closed johnlacr closed 6 years ago

johnlacr commented 6 years ago

We recently upgraded our project to angular 5 and when we run ng test with code coverage we are getting the parseQuery() webpack deprecation warning: https://github.com/webpack/loader-utils/issues/56.

Are there any plans to update the version of loader-utils being used by instanbul-instrumenter-loader?

alexander-akait commented 6 years ago

@johnlacr yes, in this PR https://github.com/webpack-contrib/istanbul-instrumenter-loader/pull/79. Thank for issue!