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
Hi I'm learning Electron and looking into Fiddle's source.
I noticed that electron-forge/plugin-webpack is used and the config shows:
electron-forge/plugin-webpack
devServer: { // Disallow browser from opening/reloading with HMR in development mode. open: false, liveReload: false, hot: 'only', },
I tried turning liveReload on but not getting anything meaningful.
liveReload
So looks like somehow hotloading, etc, are disabled . Would love to know why that is the case. Thanks!
The text was updated successfully, but these errors were encountered:
when it opens in broswer http://localhost:3000/main_window it is just empty; so somehow rendering is disabled in broswer?
http://localhost:3000/main_window
Sorry, something went wrong.
No branches or pull requests
Hi I'm learning Electron and looking into Fiddle's source.
I noticed that
electron-forge/plugin-webpack
is used and the config shows:I tried turning
liveReload
on but not getting anything meaningful.So looks like somehow hotloading, etc, are disabled . Would love to know why that is the case. Thanks!
The text was updated successfully, but these errors were encountered: