From b24f927864fffc1d0100b900ea7df9cb25090136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E7=A8=8B=E8=AE=AD?= Date: Tue, 23 May 2023 01:11:14 +0800 Subject: [PATCH 1/2] add vite-plugin-uniwebviewjs-ssr A solution for using uni-webview-js under vite's SSR (or SSG). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9d0aecf..953d0590 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vite-plugin-remark-rehype](https://github.com/y-nk/vite-plugin-remark-rehype) - Loads and transform markdown files using the unified ecosystem. - [vite-plugin-gltf](https://github.com/nytimes/rd-bundler-3d-plugins) - Load, transform, optimize, and compress glTF 3D files. - [vite-plugin-importmap](https://github.com/yuexiaoliang/vite-plugin-importmap) - I call this SASS at the code level. +- [vite-plugin-uniwebviewjs-ssr](https://github.com/censujiang/vite-plugin-uniwebviewjs-ssr) - A solution for using uni-webview-js under vite's SSR (or SSG). #### Bundling From 89750e6238b725fe5dcc98b625ef36e88952815b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E7=A8=8B=E8=AE=AD?= Date: Sat, 29 Jul 2023 02:16:52 +0800 Subject: [PATCH 2/2] fix formats --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32021ba7..10c5582b 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vite-plugin-gltf](https://github.com/nytimes/rd-bundler-3d-plugins) - Load, transform, optimize, and compress glTF 3D files. - [vite-plugin-importmap](https://github.com/yuexiaoliang/vite-plugin-importmap) - I call this SASS at the code level. - [vite-plugin-thumbhash](https://github.com/cijiugechu/vite-plugin-thumbhash) - Load and transform images using ThumbHash. -- [vite-plugin-uniwebviewjs-ssr](https://github.com/censujiang/vite-plugin-uniwebviewjs-ssr) - A solution for using uni-webview-js under vite's SSR (or SSG). +- [vite-plugin-uniwebviewjs-ssr](https://github.com/censujiang/vite-plugin-uniwebviewjs-ssr) - A solution for using uni-webview-js under Vite's SSR mode (or SSG mode). #### Bundling