From c4c5021a9b10d66391661ae707d4daf35903a0a4 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Wed, 24 Aug 2022 19:17:23 +0800 Subject: [PATCH] chore: update playground --- playground/assets/vite.config-relative-base.js | 1 + playground/assets/vite.config-runtime-base.js | 1 + 2 files changed, 2 insertions(+) diff --git a/playground/assets/vite.config-relative-base.js b/playground/assets/vite.config-relative-base.js index ae09766c0768ac..2b5518cfbeb9a0 100644 --- a/playground/assets/vite.config-relative-base.js +++ b/playground/assets/vite.config-relative-base.js @@ -13,6 +13,7 @@ module.exports = { minify: false, assetsInlineLimit: 0, rollupOptions: { + input: 'index.html', output: { entryFileNames: 'entries/[name].js', chunkFileNames: 'chunks/[name].[hash].js', diff --git a/playground/assets/vite.config-runtime-base.js b/playground/assets/vite.config-runtime-base.js index 1752e974b8abcd..62d8a1b64fe678 100644 --- a/playground/assets/vite.config-runtime-base.js +++ b/playground/assets/vite.config-runtime-base.js @@ -20,6 +20,7 @@ module.exports = { minify: false, assetsInlineLimit: 0, rollupOptions: { + input: 'index.html', output: { entryFileNames: 'entries/[name].js', chunkFileNames: 'chunks/[name].[hash].js',