From d04e8f19aadf456b3b658571a041ea661af3be6e Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Mon, 28 Mar 2022 12:22:42 -0400 Subject: [PATCH] no log: ignore warning --- frontend/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index b243f26a0..3a43af833 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -1,4 +1,5 @@ import react from "@vitejs/plugin-react"; +// @ts-ignore import path from "path"; import { defineConfig, loadEnv } from "vite"; import checker from "vite-plugin-checker";