Skip to content

devServe hot reload not available? #1441

@archywillhe

Description

@archywillhe

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions