electron / forge

:electron: A complete tool for building and publishing Electron applications
https://electronforge.io
MIT License
6.51k stars 521 forks source link

[template-webpack-typescript] replace `fork-ts-checker-webpack-plugin` #3695

Closed rtritto closed 2 months ago

rtritto commented 2 months ago

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, 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.

Actual behavior

Steps to reproduce

Additional information

Related #3635

erickzhao commented 2 months ago

I don't think removing this plugin is what we actually want.