docs: add heading

This commit is contained in:
Paul 2022-07-20 14:16:34 +03:00 committed by GitHub
parent c90d0b90cd
commit c3060c0315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ npm create electron-vite
└── src Renderer source code, your React application
```
## 🚨
## 🚨 Be aware
By default, this template integrates Node.js in the Renderer process. If you don't need it, you just remove the option below. [Because it will modify the default config of Vite](https://github.com/electron-vite/vite-plugin-electron/tree/main/packages/electron-renderer#config-presets-opinionated).