fix: path import not needed
This commit is contained in:
parent
15d7aae404
commit
81b9332cac
|
@ -1,5 +1,4 @@
|
|||
import { defineConfig } from "vite";
|
||||
import path from "path";
|
||||
import optimizer from "vite-plugin-optimizer";
|
||||
import { nodePolyfills } from "vite-plugin-node-polyfills";
|
||||
export default defineConfig({
|
||||
|
|
Loading…
Reference in New Issue