jrparish / tslint-webpack-plugin

TSLint plugin for Webpack
MIT License
20 stars 9 forks source link

Add webpack@4 support. #10

Closed sanex3339 closed 6 years ago

sanex3339 commented 6 years ago

Webpack@4 just released, so it will nice to have it support (it backward compatible but it's nice to support new API).

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

Other breaking changes related to plugins: https://github.com/webpack/webpack/releases/tag/v4.0.0

jrparish commented 6 years ago

Published v1.2.0 with support for webpack 4. Let me know if there are any issues.