You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the code of conduct that this project uses.
I have searched the issue tracker for a bug that matches the one I want to file, without success.
Forge version
7.8.1
Electron version
36.4.0
Operating system
Windows 10 (19045.5854)
Last known working Forge version
7.8.0
Expected behavior
Webpack plugins see my renderer's index.html as an asset when calling compilation.getAssets().
Actual behavior
Starting with Forge v7.8.1, Webpack plugins do not see my renderer's index.html as an asset when calling compilation.getAssets() on Windows. (It works fine on macOS.)
Pre-flight checklist
Forge version
7.8.1
Electron version
36.4.0
Operating system
Windows 10 (19045.5854)
Last known working Forge version
7.8.0
Expected behavior
Webpack plugins see my renderer's
index.htmlas an asset when callingcompilation.getAssets().Actual behavior
Starting with Forge v7.8.1, Webpack plugins do not see my renderer's
index.htmlas an asset when callingcompilation.getAssets()on Windows. (It works fine on macOS.)This broke the build script of my app.
Steps to reproduce
npx create-electron-app@latest forge-jiti-bug --template=webpack-typescript(with Forge v7.8.1)compilation.getAssets()npm installnpm startgit checkout forge-v7.8.0npm installnpm startAdditional information
jiti#3907 (thejitiPR).forge.config.tstoforge.config.tsx(becausejitiisn't used for.tsxfiles)