Skip to content

Commit fd16694

Browse files
Update plugins.md on how to bundle a plugin. (#3004)
* Update plugins.md on how to bundle a plugin. * Update src/guide/reusability/plugins.md --------- Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent 2ec007b commit fd16694

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/guide/reusability/plugins.md

+4
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,7 @@ export default {
135135
```
136136

137137
</div>
138+
139+
### Bundle for NPM
140+
141+
If you further want to build and publish your plugin for others to use, see [Vite's section on Library Mode](https://vitejs.dev/guide/build.html#library-mode).

0 commit comments

Comments
 (0)