From d8956080dc50ea4f2971ccb32ae5f08b94ffcd9b Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Tue, 1 Dec 2020 16:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20hotfix:=20close=20exportStatic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.ts b/config/config.ts index 12abaae9..94c52cb0 100644 --- a/config/config.ts +++ b/config/config.ts @@ -40,6 +40,5 @@ export default defineConfig({ manifest: { basePath: '/', }, - exportStatic: {}, esbuild: {}, });