fork-ts-checker-webpack-plugin
fork-ts-checker-webpack-plugin copied to clipboard
Webpack plugin that runs typescript type checker on a separate process.
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...
Hi, I work on a project with lerna. Each module mostly uses root tsconfig, but there are some cases when module's tsconfig extends the root one with additional options (e.g...
## Current behavior I have a React application that exists within a monorepo managed by NX. I build the application using the command `npx webpack --config webpack.browser.config.js`, and I have...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
## Current behavior This behavior only happens in windows, Mac and linux seem to be fine: I was using Fork-ts-checker 5.2. I just upgraded to 9, in order to upgrade...
A really minor usability tweak, subjective, up to you if you like it. In the context of webpack-dev-server, there are 2 async build processes, which may report success/failure: - webpack...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
## Current behavior Type check is slow in incremental mode on watch mode's subsequent runs (not on the first run). ## Expected behavior Type check in incremental mode on watch...
## Feature motivation Currently, if the checker emits files to the webpack outputPath, setting `{ output: { clean: true } }` will remove them. The reason is because Webpack does...