Skip to content

Commit 44077f5

Browse files
committed
fix(@angular/ssr): designate package as side-effect free
Add `sideEffects` in the `package.json`
1 parent c38ff43 commit 44077f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/ssr/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@angular/router": "19.0.0-next.10",
3131
"@bazel/runfiles": "^5.8.1"
3232
},
33+
"sideEffects": false,
3334
"schematics": "./schematics/collection.json",
3435
"repository": {
3536
"type": "git",

0 commit comments

Comments
 (0)