Skip to content

Commit

Permalink
chore: Set Webpack config to resolve from symlink directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfp13 committed Jan 26, 2024
1 parent bd93db8 commit 5c2d9ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ const nextConfig = {
config.optimization.splitChunks.maxInitialRequests = 1
}

// Dependencies will be able to be resolved from the symlink location
config.resolve.symlinks = false

return config
},
redirects: storeConfig.redirects,
Expand Down

0 comments on commit 5c2d9ef

Please sign in to comment.