Skip to content

Commit

Permalink
Remove extraneous configs from cache manifest (#68645)
Browse files Browse the repository at this point in the history
As discussed we can tolerate sharing cache between source maps enabled
and not e.g. sharing cache from main -> preview so this drops those
related configs from the cache manifest.
  • Loading branch information
ijjk authored Aug 8, 2024
1 parent be10d2a commit 5f2e294
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/next/src/build/flying-shuttle/store-shuttle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,10 @@ export function generateShuttleManifest(config: NextConfigComplete) {
basePath: config.basePath,
sassOptions: config.sassOptions,
trailingSlash: config.trailingSlash,
productionBrowserSourceMaps: config.productionBrowserSourceMaps,

experimental: {
ppr: config.experimental.ppr,
reactCompiler: config.experimental.reactCompiler,
serverSourceMaps: config.experimental.serverSourceMaps,
serverMinification: config.experimental.serverMinification,
},
},
} satisfies ShuttleManifest)
Expand Down

0 comments on commit 5f2e294

Please sign in to comment.