Skip to content

Commit

Permalink
fix: reintroduce webpackbuildworker etc
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Feb 26, 2025
1 parent 6a58b87 commit b44dd9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const nextConfig = {
],
experimental: {
optimizePackageImports: ["@icons-pack/react-simple-icons", "lucide-react"],
webpackBuildWorker: true,
parallelServerBuildTraces: true,
},
// open telemetry cries a lot during build, don't think it's serious
// https://github.com/open-telemetry/opentelemetry-js/issues/4173
Expand Down

0 comments on commit b44dd9a

Please sign in to comment.