From feea389832914dec1455f715479685db100784bf Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Mon, 26 Aug 2024 10:13:44 +0100 Subject: [PATCH 1/2] Add @yaml-js/vite plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58f0691f..87f16d04 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-icons-spritesheet](https://github.com/forge42dev/vite-plugin-icons-spritesheet) - Generate a spritesheet and TypeScript types from SVG icons by listening to the icons folder changes. - [vite-plugin-abbrlink](https://github.com/tangerball/abbrlink/tree/master/packages/vite-plugin-abbrlink#readme) - Add the abbrlink attribute to the `markdown` file in the specified directory. - [vite-plugin-native](https://github.com/vite-plugin/vite-plugin-native) - Supports Node/Electron C/C++ native addons. +- [@yaml-js/vite](https://github.com/yaml-js/vite) - Enhance vite-powered projects with seamless YAML integration, allowing import of Yaml files and using them for app configuration. #### Helpers From 12e21f9666108ca58319dfd987612b6fe55a3590 Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Mon, 26 Aug 2024 10:17:32 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f16d04..a5f4c14e 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-icons-spritesheet](https://github.com/forge42dev/vite-plugin-icons-spritesheet) - Generate a spritesheet and TypeScript types from SVG icons by listening to the icons folder changes. - [vite-plugin-abbrlink](https://github.com/tangerball/abbrlink/tree/master/packages/vite-plugin-abbrlink#readme) - Add the abbrlink attribute to the `markdown` file in the specified directory. - [vite-plugin-native](https://github.com/vite-plugin/vite-plugin-native) - Supports Node/Electron C/C++ native addons. -- [@yaml-js/vite](https://github.com/yaml-js/vite) - Enhance vite-powered projects with seamless YAML integration, allowing import of Yaml files and using them for app configuration. +- [@yaml-js/vite](https://github.com/yaml-js/vite) - Enhance projects with seamless YAML integration, allowing import of Yaml files and using them for app configuration. #### Helpers