You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many cases here 👉 [electron-vite-samples](https://github.com/caoxiemeihao/electron-vite-samples)
177
172
178
173
## JavaScript API
179
174
@@ -328,3 +323,10 @@ Modules in `node_modules` are not bundled during development, it's fast!
328
323
│ const log = require('electron-log') │
329
324
┗—————————————————————————————————————┛
330
325
```
326
+
327
+
## FAQ
328
+
329
+
- `electron` does not exit correctly | 使用ctrl + c 停止代码,electron后台不关闭 | [#122](https://github.com/electron-vite/vite-plugin-electron/pull/122), [#168](https://github.com/electron-vite/vite-plugin-electron/issues/168)
330
+
331
+
* Add `tree-kill` into you dependencies, `npm i -D tree-kill`.
0 commit comments