Skip to content

Commit

Permalink
Merge pull request #858 from tomgao365/master
Browse files Browse the repository at this point in the history
Add @tomjs/vite-plugin-html and @tomjs/vite-plugin-iconify
  • Loading branch information
Scrum authored Mar 18, 2024
2 parents 8fee856 + e12c6aa commit 71c35c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ Use the "Table of Contents" menu on the top-right corner to explore the list.
- [unplugin-generate-component-name](https://github.com/CCherry07/unplugin-generate-component-name) - Automatically generate component's name.
- [@laynezh/vite-plugin-lib-assets](https://github.com/laynezh/vite-plugin-lib-assets) - Extracts resource files referenced in `library mode` instead of embedded them as base64.
- [css-media-splitter/vite-plugin](https://github.com/levchak0910/css-media-splitter) - Extracts all `@media` At-rules into a dedicated `.css` files and download it only when matches the media query.
- [@tomjs/vite-plugin-html](https://github.com/tomjs/vite-plugin-html) - Support compression, loading, CDN and others for `index.html`.
- [@tomjs/vite-plugin-iconify](https://github.com/tomjs/vite-plugin-iconify) - Inject the global variable `IconifyProviders` into `index.html` for `iconify`, and support local area network and custom url.

#### Helpers

Expand Down

0 comments on commit 71c35c3

Please sign in to comment.