From d909c0d2a1374a3df1ca799ea293650edb46a053 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Mon, 10 Oct 2022 14:08:49 +0800 Subject: [PATCH] fix(ssr): Compatible with vite@3 --- packages/playground/ssr/index.html | 1 + .../playground/ssr/src/pages/index/index.vue | 1 - .../uni-app-plus/dist/uni-app-view.umd.js | 2 +- packages/uni-h5/dist/uni-h5.cjs.js | 20 +- packages/uni-h5/dist/uni-h5.es.js | 20 +- packages/uni-h5/src/framework/plugin/index.ts | 4 +- packages/uni-mp-alipay/dist/uni.api.esm.js | 1 - packages/vite-plugin-uni/src/cli/server.ts | 2 + pnpm-lock.yaml | 1426 ++++++++--------- 9 files changed, 702 insertions(+), 775 deletions(-) diff --git a/packages/playground/ssr/index.html b/packages/playground/ssr/index.html index b99922773..61e83522a 100644 --- a/packages/playground/ssr/index.html +++ b/packages/playground/ssr/index.html @@ -15,6 +15,7 @@ +
diff --git a/packages/playground/ssr/src/pages/index/index.vue b/packages/playground/ssr/src/pages/index/index.vue index 05596f823..42a6c6b85 100644 --- a/packages/playground/ssr/src/pages/index/index.vue +++ b/packages/playground/ssr/src/pages/index/index.vue @@ -1,5 +1,4 @@