TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cmw-big opened this issue · comments

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

  • fork-ts-checker-webpack-plugin: [7.2.11]
  • typescript: [4.7.2]
  • eslint: [8.16.0]
  • webpack: [^5.72.1]
  • os: [windows 11]

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