From 9f6fd8e95db14856cb8b0fea2b05412930487cce Mon Sep 17 00:00:00 2001 From: Anna Bocharova Date: Wed, 4 Dec 2024 13:14:04 +0100 Subject: [PATCH 1/2] Add `vite-plugin-material-symbols` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd203ea7..54bb3faf 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [@yoichiro/vite-plugin-handlebars](https://github.com/yoichiro/vite-plugin-handlebars) - Import of Handlebars templates `.hbs` as ES Modules. - [vite-plugin-magic-preloader](https://github.com/cszhjh/vite-plugin-magic-preloader) - Generate `` or `` tags through magic comments and inject them into `index.html`. - [vite-plugin-replace-lodash](https://github.com/mingtianyihou33/vite-plugin-replace-lodash) - Replacing the import of `lodash` with `lodash-es` is more beneficial to tree-shaking. +- [vite-plugin-material-symbols](https://github.com/RobinTail/vite-plugin-material-symbols) — Selective loading of Material Symbols font icons based on source code analysis. #### Helpers From b5ba77172b1c718221487b43ae4c70aa5375910f Mon Sep 17 00:00:00 2001 From: Anna Bocharova Date: Mon, 9 Dec 2024 13:14:46 +0100 Subject: [PATCH 2/2] fix dash symbol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54bb3faf..8be1e0f6 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [@yoichiro/vite-plugin-handlebars](https://github.com/yoichiro/vite-plugin-handlebars) - Import of Handlebars templates `.hbs` as ES Modules. - [vite-plugin-magic-preloader](https://github.com/cszhjh/vite-plugin-magic-preloader) - Generate `` or `` tags through magic comments and inject them into `index.html`. - [vite-plugin-replace-lodash](https://github.com/mingtianyihou33/vite-plugin-replace-lodash) - Replacing the import of `lodash` with `lodash-es` is more beneficial to tree-shaking. -- [vite-plugin-material-symbols](https://github.com/RobinTail/vite-plugin-material-symbols) — Selective loading of Material Symbols font icons based on source code analysis. +- [vite-plugin-material-symbols](https://github.com/RobinTail/vite-plugin-material-symbols) - Selective loading of Material Symbols font icons based on source code analysis. #### Helpers