wbuchwalter / tslint-loader

tslint loader for webpack
192 stars 65 forks source link

Support webpack 4 #97

Closed jaketodaro closed 6 years ago

jaketodaro commented 6 years ago

Webpack 4 is out. All my other loaders have updated, but this one is keeping me from upgrading.

https://medium.com/webpack/webpack-4-migration-guide-for-plugins-loaders-20a79b927202

Kimahriman commented 6 years ago

This loader has already been fixed for Webpack 4, but there's been no new release of it. You can install it directly from github if you want to upgrade now

npm i -D wbuchwalter/tslint-loader
jaketodaro commented 6 years ago

Thanks, I'll close. When will the next release be?