From fad9e405d73911381c12efd58971e336324710f0 Mon Sep 17 00:00:00 2001 From: Ross Gerbasi Date: Wed, 6 Dec 2023 21:00:35 -0600 Subject: [PATCH 1/2] Added ngrok plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d929be4f..02896cac 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-bundle-analyzer](https://github.com/nonzzz/vite-bundle-analyzer) - Utility that represents bundles as an interactive treemap. - [vite-font-extractor-plugin](https://github.com/a3mitskevich/vite-font-extractor-plugin) - Utility that minification bundle fonts by glyphs. - [vite-plugin-i18n-detector](https://github.com/hemengke1997/vite-plugin-i18n-detector) - Lazyload i18n locale resources. +- [vite-plugin-ngrok](https://github.com/aphex/vite-plugin-ngrok) - Integration with ngrok, allowing you to easily share your local development server with anyone, anywhere. #### Testing From 65f5bade3c001a5b2d3ed2b2756e3b9e52a452b4 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 11 Dec 2023 09:19:08 +0300 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 02896cac..f7f354e3 100644 --- a/README.md +++ b/README.md @@ -488,7 +488,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-bundle-analyzer](https://github.com/nonzzz/vite-bundle-analyzer) - Utility that represents bundles as an interactive treemap. - [vite-font-extractor-plugin](https://github.com/a3mitskevich/vite-font-extractor-plugin) - Utility that minification bundle fonts by glyphs. - [vite-plugin-i18n-detector](https://github.com/hemengke1997/vite-plugin-i18n-detector) - Lazyload i18n locale resources. -- [vite-plugin-ngrok](https://github.com/aphex/vite-plugin-ngrok) - Integration with ngrok, allowing you to easily share your local development server with anyone, anywhere. +- [vite-plugin-ngrok](https://github.com/aphex/vite-plugin-ngrok) - Integration with Ngrok, allowing you to easily share your local development server. #### Testing