electron / electron/fiddle

devServe hot reload not available?

Open
#1,441 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
7.8k
Forks
762
Avg merge
15h 27m
Merged PRs (30d)
12

Description

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!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.