File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments