Skip to content

Commit 84f1a80

Browse files
committed
feat: remove experimental optimizePackageImports setting
Removed the experimental optimizePackageImports setting from next.config.mjs to simplify the configuration file. This change aims to reduce potential issues related to specific package imports in the build process.
1 parent 0e18dd9 commit 84f1a80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/docs/next.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
experimental: {
4-
optimizePackageImports: ['@codefast/ui'],
5-
},
63
images: {
74
remotePatterns: [
85
{

0 commit comments

Comments
 (0)