Skip to content

Commit 1f1aa3e

Browse files
committed
feat: remove comments from FESM files
This reduces the NPM package size of `@angular/core` by around 2mbs
1 parent c3721b6 commit 1f1aa3e

4 files changed

Lines changed: 160 additions & 89 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@angular/compiler-cli": "20.2.0-next.2",
2020
"@angular/core": "20.2.0-next.2",
2121
"@angular/platform-browser": "20.2.0-next.2",
22+
"@babel/core": "^7.28.5",
2223
"@bazel/bazelisk": "1.26.0",
2324
"@bazel/buildifier": "^7.3.1",
2425
"@rollup/plugin-commonjs": "^28.0.1",
2526
"@rollup/plugin-node-resolve": "^15.3.0",
26-
"@rollup/plugin-terser": "^0.4.4",
2727
"@types/node": "^22.10.1",
2828
"json-stable-stringify": "^1.2.1",
2929
"lru-cache": "^11.1.0",
@@ -32,13 +32,11 @@
3232
"prettier": "^3.4.1",
3333
"rollup": "^4.27.4",
3434
"rollup-plugin-dts": "6.1.1",
35+
"rollup-plugin-sourcemaps2": "^0.5.0",
3536
"rxjs": "^7.8.2",
3637
"tinyglobby": "0.2.12",
3738
"tslib": "^2.8.1",
3839
"typescript-local": "npm:typescript@5.9.2",
3940
"zone.js": "^0.15.0"
40-
},
41-
"dependencies": {
42-
"rollup-plugin-sourcemaps2": "^0.5.0"
4341
}
4442
}

0 commit comments

Comments
 (0)