Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 10, 2024
1 parent 1e988af commit f70e7de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/module-id-strategies/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
module.exports = {
bundlePagesRouterDependencies: true,
serverExternalPackages: ['opted-out-external-package'],
experimental: {
turbo: {
moduleIdStrategy:
process.env.NODE_ENV === 'production' ? 'deterministic' : undefined,
},
},
}

0 comments on commit f70e7de

Please sign in to comment.