Closed madaz closed 4 years ago
Migrate to work with fork-ts-checker-webpack-plugin@4+ to fix Issue #33
fork-ts-checker-webpack-plugin@4+
fork-ts-checker-webpack-plugin@4 removed the NormalizedMessage and replaced with a basic Issue
fork-ts-checker-webpack-plugin@4
NormalizedMessage
Issue
Changed peerDependency to "fork-ts-checker-webpack-plugin": "^4.0.0"
"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.
/types/NormalizedMessage/ts
fork-ts-checker-webpack-plugin
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
Thanks so much! I'll take a look at this as soon as I get chance
Migrate to work with
fork-ts-checker-webpack-plugin@4+
to fix Issue #33fork-ts-checker-webpack-plugin@4
removed theNormalizedMessage
and replaced with a basicIssue
Changed peerDependency to
"fork-ts-checker-webpack-plugin": "^4.0.0"
Removed
/types/NormalizedMessage/ts
and used theIssue
type from thefork-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