Add option to bundle renderer code
Open
:sparkles: enhancement
- Dominant language
- TypeScript
- Stars
- 7.8k
- Forks
- 762
- Avg merge
- 15h 27m
- Merged PRs (30d)
- 12
Description
It's recommended that Electron renderers have `nodeIntegration: false` and `contextIsolation: true` and this means no access to `require`. This in turn means that it's currently not possible to create a fiddle that uses dependencies in the renderer which is quite a limitation.
Contributor guide
Assessment
This issue has not been assessed yet.