From c3060c0315cb42c51ae954a916853a607fb76fe7 Mon Sep 17 00:00:00 2001 From: Paul <40315177+PAXANDDOS@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:16:34 +0300 Subject: [PATCH] docs: add heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f494f..2df0a8e 100644 --- a/README.md +++ b/README.md @@ -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).