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