Skip to content

Commit

Permalink
minor: added explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 1, 2024
1 parent 8590232 commit 23dd4e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ const nextConfig = {
output: 'standalone',
transpilePackages: INTERNAL_PACKAGES,
experimental: {
// Dear developer,
//
// Unfortunately, our jobs packages uses some meta programming that relies
// on the name of job handler functions for things to work properly. As you
// can imagine, minification would break this. So we have to disable it.
serverMinification: false,
},
}
Expand Down

0 comments on commit 23dd4e2

Please sign in to comment.