Skip to content

Commit

Permalink
docs: add vite-plugin-lib-inject-css
Browse files Browse the repository at this point in the history
  • Loading branch information
emosheeep committed May 4, 2023
1 parent 36169b4 commit f6dfa20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list.
- [vite-plugin-image-optimizer](https://github.com/FatehAK/vite-plugin-image-optimizer) - Optimize (compress) your image assets using Sharp.js and SVGO at build time.
- [vite-plugin-no-bundle](https://github.com/ManBearTM/vite-plugin-no-bundle) - Generate unbundled code for use with native ESM or other bundlers.
- [vite-plugin-clean](https://github.com/z-ti/vite-plugin-clean) - Remove or Clean your build folder(s).
- [vite-plugin-lib-inject-css](https://github.com/emosheeep/fe-tools/tree/HEAD/packages/vite-plugin-lib-inject-css) - Inject css at the top of each chunk file in library mode using `import` statement, support multi-entries build, especially to help building component libraries.

#### Transformers

Expand Down

0 comments on commit f6dfa20

Please sign in to comment.