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 follows, as appropriate.
I have searched the issue tracker for a bug that matches the one I want to file, without success.
Issue Details
Electron Forge Version:
6.0.0-beta.57
Electron Version:
v11.3.0
Operating System:
Debian GNU/Linux 10 (buster)
Expected Behavior
The webpack dev server has an error overlay when there're warnings or errors reported by eslint. There's a way to turn off this overlay per https://webpack.js.org/configuration/dev-server/#devserveroverlay, so I'm expecting to be able to modify the rendered/main webpack config file and have the overlay removed.
Actual Behavior
Disabling the error overlay for webpack dev server in the webpack config (both renderer and main) doesn't have any effect.
Preflight Checklist
Issue Details
Expected Behavior
The webpack dev server has an error overlay when there're warnings or errors reported by eslint. There's a way to turn off this overlay per https://webpack.js.org/configuration/dev-server/#devserveroverlay, so I'm expecting to be able to modify the rendered/main webpack config file and have the overlay removed.
Actual Behavior
Disabling the error overlay for webpack dev server in the webpack config (both renderer and main) doesn't have any effect.
To Reproduce
The following configuration have been tried:
and
but no luck.
The text was updated successfully, but these errors were encountered: