-
# 🙋 feature request
```
parcel index.html --open
```
Opens the default browser. However when we are targeting electron:
```
parcel index.html --target electron --open
```
I think it ma…
-
**Do you want to request a *feature* or report a *bug*?**
BUG
**What is the current behavior?**
Execute yarn install, produce this error:
should have a resolved reference
**If the current …
-
* [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project.
* [x] I agree to follow the [code of conduct](htt…
-
Hi,
When opening the dev console in the production build:
`Connecting to fusebox HMR at ws://localhost:7992`
This subsequently refuses to connect, and keeps trying again ad infinitum, filling u…
-
* App version: 7f19f8028676d133a3323e0920b126c9bac64878
* Operating System (Platform and Version): ArchLinux
* Type of installed package (Snap, AppImage, deb, rpm, pacman): git
**Bug description…
-
# 🐛 bug report
I installed parcel v2 in my **electron/react/ts** project. Parcel runs correctly and if I save a file, the parcel rebuilds but the page in the electron doesn't reload automatical…
-
I have followed your guide in our project, but we are observing that hot loading only occurs the single time you edit a particular file? If you edit different files, they will all reload, but only on …
-
Is it posible to add angular-cli?
Does it make sense?
-
On Mac M1 OS Ventura when used installer I am getting the following error
"electron-devtools-installer": "^3.2.0",
"electron": "23.1.1"
```
(node:75950) ExtensionLoadWarning: Warnings loading …
-
I have an electron-forge setup that I want to add electron-serve to.
I tried creating a `/renderer` directory and putting an index.html in it and using this code
```
const loadURL = serve({ dir…