Skip to content

Commit e99492a

Browse files
authored
fix(nextjs): Restore tree shaking capabilities (#7710)
1 parent c8ac7cb commit e99492a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/nextjs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@
7979
},
8080
"volta": {
8181
"extends": "../../package.json"
82-
}
82+
},
83+
"sideEffects": false
8384
}

0 commit comments

Comments
 (0)