diff --git a/src/guide/reusability/plugins.md b/src/guide/reusability/plugins.md index c5821a5a..d2544b15 100644 --- a/src/guide/reusability/plugins.md +++ b/src/guide/reusability/plugins.md @@ -135,3 +135,7 @@ export default { ``` + +### Bundle for NPM + +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).