Skip to content

Commit 3b1f849

Browse files
authored
docs: mark plugin-vite as experimental (#3710)
1 parent 83fa9cf commit 3b1f849

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/plugin/vite/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## plugin-vite
22

3+
_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._
4+
35
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.
46

57
```javascript

0 commit comments

Comments
 (0)