From a715c015e70f27ad37e6887712a160f1d430e753 Mon Sep 17 00:00:00 2001 From: cxhello <49056040+cxhello@users.noreply.github.com> Date: Tue, 20 Jan 2026 12:24:16 +0800 Subject: [PATCH] chore(web): remove redundant optimizePackageImports config (#31257) --- web/next.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/next.config.js b/web/next.config.js index 7b1f57adec..180ba05197 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -48,11 +48,6 @@ const nextConfig = { search: '', })), }, - experimental: { - optimizePackageImports: [ - '@heroicons/react', - ], - }, // fix all before production. Now it slow the develop speed. eslint: { // Warning: This allows production builds to successfully complete even if