Skip to content

Commit 64feff2

Browse files
committed
docs: update
1 parent e1eb3c7 commit 64feff2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ In short, `vite-plugin-electron` makes developing Electron apps as easy as norma
3333
- [🔥 Hot Restart <sub><sup>(Main process)</sup></sub>](https://electron-vite.github.io/guide/features.html#hot-restart)
3434
- [🔄 Hot Reload <sub><sup>(Preload scripts)</sup></sub>](https://electron-vite.github.io/guide/features.html#hot-reload)
3535
- [⚡️ HMR <sub><sup>(Renderer process)</sup></sub>](https://electron-vite.github.io/guide/features.html#hmr)
36-
- [🚀 Not Bundle, It's fast <sub><sup>(Like Vite's Not Bundle)</sup></sub>](https://github.com/electron-vite/vite-plugin-electron#not-bundle)
36+
<!-- - [🚀 Not Bundle, It's fast <sub><sup>(Like Vite's Not Bundle)</sup></sub>](https://github.com/electron-vite/vite-plugin-electron#not-bundle) -->
3737
- 🌱 Fully compatible with Vite and Vite's ecosystem <sub><sup>(Based on Vite)</sup></sub>
38+
- 🔮 Full-featured [JavaScript API](https://github.com/electron-vite/vite-plugin-electron#javascript-api), really easy to integrate with complex projects.
3839
- 🐣 Few APIs, easy to use
3940

4041
<!-- ![vite-plugin-electron.gif](https://github.com/electron-vite/vite-plugin-electron/blob/main/vite-plugin-electron.gif?raw=true) -->
@@ -327,7 +328,7 @@ export default {
327328

328329
<!-- You can see 👉 [dependencies vs devDependencies](https://github.com/electron-vite/vite-plugin-electron-renderer#dependencies-vs-devdependencies) -->
329330

330-
---
331+
<!--
331332
332333
## Not Bundle
333334
@@ -378,3 +379,4 @@ Modules in `node_modules` are not bundled during development, it's fast!
378379
│ const log = require('electron-log') │
379380
┗—————————————————————————————————————┛
380381
```
382+
->

0 commit comments

Comments
 (0)