Skip to content

Commit 3201108

Browse files
committed
release it
1 parent 266f2c7 commit 3201108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/next/src/server/config-shared.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export interface ExperimentalConfig {
469469
* analyze module code to determine if it has side effects. This can improve tree shaking
470470
* and bundle size at the cost of some additional analysis.
471471
*
472-
* Defaults to `true` in canary builds only
472+
* Defaults to `true`
473473
*/
474474
turbopackInferModuleSideEffects?: boolean
475475

@@ -1576,7 +1576,7 @@ export const defaultConfig = Object.freeze({
15761576
mcpServer: true,
15771577
turbopackFileSystemCacheForDev: true,
15781578
turbopackFileSystemCacheForBuild: false,
1579-
turbopackInferModuleSideEffects: !isStableBuild(),
1579+
turbopackInferModuleSideEffects: true,
15801580
},
15811581
htmlLimitedBots: undefined,
15821582
bundlePagesRouterDependencies: false,

0 commit comments

Comments
 (0)