From b91370aff7a1fdbe08b1b8ac2abb1d89899c3fff Mon Sep 17 00:00:00 2001 From: hjlarry Date: Tue, 13 Jan 2026 17:40:04 +0800 Subject: [PATCH] fix next config --- web/next.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/next.config.js b/web/next.config.js index c86e9868d7..bfc89f455b 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -129,10 +129,6 @@ const nextConfig = { optimizePackageImports: [ '@heroicons/react' ], - optimizePackageImports: [ - '@remixicon/react', - '@heroicons/react' - ], }, // fix all before production. Now it slow the develop speed. eslint: {