Skip to content
New issue

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

devServe hot reload not available? #1441

Open
archywillhe opened this issue Aug 13, 2023 · 1 comment
Open

devServe hot reload not available? #1441

archywillhe opened this issue Aug 13, 2023 · 1 comment

Comments

@archywillhe
Copy link

Hi I'm learning Electron and looking into Fiddle's source.

I noticed that electron-forge/plugin-webpack is used and the config shows:

 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.

So looks like somehow hotloading, etc, are disabled . Would love to know why that is the case. Thanks!

@archywillhe
Copy link
Author

when it opens in broswer http://localhost:3000/main_window it is just empty; so somehow rendering is disabled in broswer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant