johnnyreilly / fork-ts-checker-notifier-webpack-plugin

MIT License
53 stars 14 forks source link

fork-ts-checker-webpack-plugin v4 - Fixes Issue #33 #34

Closed madaz closed 4 years ago

madaz commented 4 years ago

Migrate to work with fork-ts-checker-webpack-plugin@4+ to fix Issue #33

fork-ts-checker-webpack-plugin@4 removed the NormalizedMessage and replaced with a basic Issue

Changed peerDependency to "fork-ts-checker-webpack-plugin": "^4.0.0"

Removed /types/NormalizedMessage/ts and used the Issue type from the fork-ts-checker-webpack-plugin pkg, and fixed any type errors.

Fixed tests.

Removed dead webpack 2/3 code as fork-ts-checker-webpack-plugin@4 only supports webpack@4+

@johnnyreilly I havent bumped the version or changelog, i can leave that with you

johnnyreilly commented 4 years ago

Thanks so much! I'll take a look at this as soon as I get chance