From d30143446134dfa3d809406fdadda761e0b0284c Mon Sep 17 00:00:00 2001 From: Kwon DaeGeun <101159518+KwonDeaGeun@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:44:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20lottifile=20alias=20=EC=A0=9C=EA=B1=B0?= =?UTF-8?q?=20(#188)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 840f917..2d56ff3 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -10,7 +10,6 @@ export default defineConfig({ resolve: { alias: { "@": path.resolve(__dirname, "./src"), - "lottie-web": "lottie-web/build/player/lottie_light", }, }, build: {