From e2f28a37ae71ed3bbab51dff904d11275f5d89ab Mon Sep 17 00:00:00 2001 From: master1lan <278457198@qq.com> Date: Fri, 20 Jan 2023 11:21:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbuild=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- vite.config.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c0fbe82..e59eaab 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ node_modules dist dist-ssr *.local - +pnpm-lock.yaml # Editor directories and files .vscode/* !.vscode/extensions.json diff --git a/vite.config.ts b/vite.config.ts index af952b1..31cd616 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -59,7 +59,6 @@ export default defineConfig(({ mode }) => { "@dnd-kit/utilities", ], ployfill: [ - "whatwg-fetch", "intersection-observer", "react-flip-toolkit", "react-intersection-observer",