diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d3f67ae3..25289a94 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: dependencies: '@vue/repl': specifier: ^4.3.1 - version: 4.4.1 + version: 4.4.2 '@vue/theme': specifier: ^2.2.13 version: 2.2.13(@algolia/client-search@4.23.3)(search-insights@2.14.0)(vitepress@1.3.4(@algolia/client-search@4.23.3)(@types/node@20.14.1)(postcss@8.4.44)(search-insights@2.14.0)(terser@5.31.0)(typescript@5.4.5))(vue@3.5.5(typescript@5.4.5)) @@ -482,8 +482,8 @@ packages: '@vue/reactivity@3.5.5': resolution: {integrity: sha512-V4tTWElZQhT73PSK3Wnax9R9m4qvMX+LeKHnfylZc6SLh4Jc5/BPakp6e3zEhKWi5AN8TDzRkGnLkp8OqycYng==} - '@vue/repl@4.4.1': - resolution: {integrity: sha512-1IR/6gWungvvKV+ul+hOWid0xBUQft6tw2JqbhoVr/VWl5Vl0sdTmK3xPZF2KtewApQFfqSRqr4+6CohGxzl8A==} + '@vue/repl@4.4.2': + resolution: {integrity: sha512-MEAsBK/YzMFGINOBzqM40XTeIYAUsg7CqvXvD5zi0rhYEQrPfEUIdexmMjdm7kVKsKmcvIHxrFK2DFC35m9kHw==} '@vue/runtime-core@3.5.5': resolution: {integrity: sha512-2/CFaRN17jgsXy4MpigWFBCAMmLkXPb4CjaHrndglwYSra7ajvkH2cat21dscuXaH91G8fXAeg5gCyxWJ+wCRA==} @@ -1250,7 +1250,7 @@ snapshots: dependencies: '@vue/shared': 3.5.5 - '@vue/repl@4.4.1': {} + '@vue/repl@4.4.2': {} '@vue/runtime-core@3.5.5': dependencies: 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).