We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Electron Forge supports Webpack 4 but not Webpack 5.
Our project is currently using Electron Forge with Webpack 5, so we have some experience with this.
Things that currently work:
electron-forge start
electron-forge package
Things that currently don't work:
file-loader
There is currently a PR open for this, but I'm not sure how complete it is: #2225
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Preflight Checklist
Problem Description
Electron Forge supports Webpack 4 but not Webpack 5.
Our project is currently using Electron Forge with Webpack 5, so we have some experience with this.
Things that currently work:
electron-forge start
electron-forge package
Things that currently don't work:
file-loader
, and these aren't working.There is currently a PR open for this, but I'm not sure how complete it is: #2225
The text was updated successfully, but these errors were encountered: