diff --git a/vite.config.ts b/vite.config.ts index c28847d..f828397 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -16,15 +16,4 @@ export default defineConfig({ "@states": path.resolve(__dirname, "src/states"), }, }, - // tree shake @icon-park/react - build: { - rollupOptions: { - output: { - manualChunks: { - "icon-park": ["@icon-park/react"], - "vditor": ["vditor"], - }, - }, - }, - }, });