[X] I agree to follow the code of conduct that this project uses.
[X] I have searched the issue tracker for a bug that matches the one I want to file, without success.
Electron Forge version
7.4.0
Electron version
32.1.0
Operating system
Windows 11
Last known working Electron Forge version
No response
Expected behavior
In the @electron-forge/template-webpack-typescript, the fork-ts-checker-webpack-plugin dependency is removed and replaced with another dependency or is handled internally in forge.
No warnings in console log.
Pre-flight checklist
Electron Forge version
7.4.0
Electron version
32.1.0
Operating system
Windows 11
Last known working Electron Forge version
No response
Expected behavior
In the
@electron-forge/template-webpack-typescript
, thefork-ts-checker-webpack-plugin
dependency is removed and replaced with another dependency or is handled internally in forge. No warnings in console log.Actual behavior
Steps to reproduce
yarn init
yarn set version berry
yarn add @electron-forge/template-webpack-typescript
Additional information
Related #3635