no log: ignore warning

This commit is contained in:
morpheus65535 2022-03-28 12:22:42 -04:00
parent a455dc2379
commit d04e8f19aa
1 changed files with 1 additions and 0 deletions

View File

@ -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";