From f68ae8bbd41b8c50933aa7009dac631ef033c4f0 Mon Sep 17 00:00:00 2001 From: yuyinws Date: Mon, 29 May 2023 11:00:55 +0800 Subject: [PATCH 1/2] docs: add plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c44150ed..151f8879 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vite-plugin-optimize-css-modules](https://github.com/Simonwep/vite-plugin-optimize-css-modules) - Generate the smallest possible CSS-Classes when CSS-Modules are used. - [Vite-plugin-haxe](https://github.com/ciscoheat/vite-plugin-haxe) - Use Haxe when targeting JS, transforming `.hxml`. - [vite-plugin-leader-line](https://github.com/yehan68/vite-plugin-leader-line) - Add default export to leader-line. - +- [vite-plugin-turbo-console](https://github.com/yuyinws/vite-plugin-turbo-console)- Enhance the readability of `console.log()` #### Helpers - [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) - Support for TypeScript's path mapping. From 795e699ac2e01ab68683f1e789afca9cecd0f59b Mon Sep 17 00:00:00 2001 From: yuyinws Date: Fri, 7 Jul 2023 21:58:31 +0800 Subject: [PATCH 2/2] fix: lint error --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdb9f2ac..14f7397a 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,8 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [Vite-plugin-haxe](https://github.com/ciscoheat/vite-plugin-haxe) - Use Haxe when targeting JS, transforming `.hxml`. - [vite-plugin-leader-line](https://github.com/yehan68/vite-plugin-leader-line) - Add default export to leader-line. - [vite-plugin-generate-html](https://github.com/gedouu/vite-plugin-generate-html) - Define separate output files for JavaScript and CSS bundles. -- [vite-plugin-turbo-console](https://github.com/yuyinws/vite-plugin-turbo-console)- Enhance the readability of `console.log()` +- [vite-plugin-turbo-console](https://github.com/yuyinws/vite-plugin-turbo-console) - Enhance the readability of `console.log()`. + #### Helpers - [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) - Support for TypeScript's path mapping.