Skip to content

Commit

Permalink
enable webpackbuildworker
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Oct 26, 2023
1 parent c9823f7 commit b9645ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const config = {
outputFileTracingExcludes: {
'*': ['**swc+core**', '**esbuild**'],
},
webpackBuildWorker: true,
},
eslint: { ignoreDuringBuilds: process.env.VERCEL_ENV !== 'production' },
typescript: { ignoreBuildErrors: process.env.VERCEL_ENV !== 'production' },
Expand Down

0 comments on commit b9645ab

Please sign in to comment.