Skip to content

Commit

Permalink
Update plugins.md on how to bundle a plugin. (#3004)
Browse files Browse the repository at this point in the history
* Update plugins.md on how to bundle a plugin.

* Update src/guide/reusability/plugins.md

---------

Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
  • Loading branch information
luckydonald and NataliaTepluhina authored Sep 26, 2024
1 parent 2ec007b commit fd16694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/guide/reusability/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,7 @@ export default {
```

</div>

### 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).

0 comments on commit fd16694

Please # to comment.