/electron-buggy

A temporary repository to showcase an Electron bug

Primary LanguageJavaScript

A temporary repository to showcase the bug of this issue.

Branches:

  • main → "Vanilla" Electron project without bundler, works as expected
  • with-webpack → Electron project with webpack as bundler (for renderer only), has the bug
  • with-vite → Electron project with Vite as bundler (for renderer only), has the bug

See the README file for each branch for instructions on how to reproduce the bug.