TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.
MIT License
1.95k stars 240 forks source link

When type in my package.json is module, using this plugin causes me to re-execute using the Node API file of Webpack. #748

Closed cmw-big closed 1 month ago

cmw-big commented 2 years ago

Current behavior

re-execut using the node api file of webpack.

Expected behavior

no re-execut

Steps to reproduce the issue

set the package.json type to module

Issue reproduction repository

Environment

piotr-oles commented 2 years ago

Could you elaborate more and provide a reproduction repository? I don't know what exactly doesn't work :)