Skip to content

Commit

Permalink
chore: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jan 26, 2022
1 parent 4254ccf commit 6e6b65f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/next/build/index.ts
Expand Up @@ -551,11 +551,7 @@ export default async function build(
.traceChild('generate-required-server-files')
.traceFn(() => ({
version: 1,
config: {
...config,
compress: config.compress ?? false,
configFile: undefined,
},
config: { ...config, configFile: undefined },
appDir: dir,
files: [
ROUTES_MANIFEST,
Expand Down

0 comments on commit 6e6b65f

Please sign in to comment.