Skip to content

Commit

Permalink
Fix build by removing webpack build worker (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Jul 11, 2024
1 parent db5a036 commit a4bd22d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ const baseNextConfig = {
* https://nextjs.org/docs/app/building-your-application/optimizing/memory-usage#disable-source-maps
*/
serverSourceMaps: false,
/**
* The Webpack build worker allows you to run Webpack compilations inside a separate Node.js worker
* which will decrease memory usage of your application during builds.
* https://nextjs.org/docs/app/building-your-application/optimizing/memory-usage#webpack-build-worker
*/
webpackBuildWorker: true,
},
trailingSlash: true,
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
Expand Down

0 comments on commit a4bd22d

Please sign in to comment.