From 96422171bb984c5023d5a4712c9dc63a09d2affb Mon Sep 17 00:00:00 2001 From: Keeley Hammond Date: Fri, 20 Sep 2024 11:37:07 -0700 Subject: [PATCH] docs: mark plugin-vite as experimental --- packages/plugin/vite/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/plugin/vite/README.md b/packages/plugin/vite/README.md index 795da474fd..b0eba8c88a 100644 --- a/packages/plugin/vite/README.md +++ b/packages/plugin/vite/README.md @@ -1,5 +1,7 @@ ## plugin-vite +_Note: This plugin is considered experimental and is under active development; we do not offer API stability guarantees as development continues. Minor versions may include breaking changes - see release notes for details on migration._ + This plugin makes it easy to set up standard vite tooling to compile both your main process code and your renderer process code, with built-in support for Hot Module Replacement (HMR) in the renderer process and support for multiple renderers. ```javascript