fork-ts-checker-webpack-plugin icon indicating copy to clipboard operation
fork-ts-checker-webpack-plugin copied to clipboard

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

Results 47 fork-ts-checker-webpack-plugin issues
Sort by recently updated
recently updated
newest added

## Current behavior I'm trying to upgrade from webpack 3 to version 5 (and also from ts-loader 4 to 9) and encountering this error: `@lerna-project: [webpack-cli] TypeError: Class extends value...

bug

## Current behavior Slower than v6.5.3. On my machine `yarn build` takes ~8.2s on v6.5.3 and ~11.3s on v9.0.2 ## Expected behavior Same or faster than v6.5.3 ## Steps to...

bug

## Current behavior `extends` in `configOverwrite` of `typescriptOptions` is currently a string where as ts 5.0 supports string[]. ## Expected behavior Support a string[] ## Environment - **fork-ts-checker-webpack-plugin**: 8.0.0 -...

bug

## Current behavior Changes to ts or d.ts files are not detected after launching webpack dev server ~~(regression of #557)~~ ## Expected behavior Changes to types should be updated dynamically...

bug

## Current behavior I am using TypeScript to write some default configurations. When I import with `import ForkTsCheckerWebpackPlugin from "fork-ts-checker-webpack-plugin";`, the line `const forkTypeCheckingPlugin = new ForkTsCheckerWebpackPlugin()` is showing me...

bug

## Current behavior :pencil2: An TypeError is happening when running `npm run start` with an override of `webpack` in version `5.79.0` and `minimatch` in version `9.0.0`. `minimatch` has updated their...

bug

## Current behavior Error code: 5055 "Cannot write file 'xxx' because it would overwrite input file." won't be report. ## Expected behavior Error code: 5055 should be report some report...

bug

First of all, this is a great plugin, appreciate the work! ## Current behavior We are setting `build: true` in order to leverage project references(which is working as expected). Furthermore,...

enhancement

## Current behavior when `"composite": true` is in `tsconfig.json` ,add a new file and quote it in somewhere, it issue an error ![image](https://user-images.githubusercontent.com/8347286/219617729-9a5aaf85-c622-491e-a048-3309fe82f35e.png) ## Expected behavior don't issue an error...

bug

## Current behavior Every time I run `npm start`, type checking for the first time costs over 40s. It seems incremental mode is not working. Is it a bug? fork-ts-checker-webpack-plugin...

bug