Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: test new NG_BUILD_OPTIMIZE_CHUNKS flag #244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/blog/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ AL_GISCUS_REPO=miloszrutkowskiHOA/giscus-test
AL_GISCUS_REPO_ID=R_kgDOLyCimA
AL_GISCUS_CATEGORY=General
AL_GISCUS_CATEGORY_ID=DIC_kwDOLyCimM4Ce4Br

NG_BUILD_OPTIMIZE_CHUNKS=1
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.0",
"@angular/cdk": "^18.0.4",
"@angular/common": "18.0.0",
"@angular/compiler": "18.0.0",
"@angular/core": "18.0.0",
"@angular/forms": "18.0.0",
"@angular/platform-browser": "18.0.0",
"@angular/platform-browser-dynamic": "18.0.0",
"@angular/platform-server": "18.0.0",
"@angular/router": "18.0.0",
"@angular/ssr": "18.0.1",
"@angular/animations": "18.1.0",
"@angular/cdk": "^18.1.0",
"@angular/common": "18.1.0",
"@angular/compiler": "18.1.0",
"@angular/core": "18.1.0",
"@angular/forms": "18.1.0",
"@angular/platform-browser": "18.1.0",
"@angular/platform-browser-dynamic": "18.1.0",
"@angular/platform-server": "18.1.0",
"@angular/router": "18.1.0",
"@angular/ssr": "18.1.0",
"@jsverse/transloco": "^7.4.2",
"@ng-icons/bootstrap-icons": "^27.3.1",
"@ng-icons/core": "^25.6.0",
Expand Down Expand Up @@ -62,15 +62,15 @@
},
"devDependencies": {
"@algolia/client-search": "^4.23.3",
"@angular-devkit/build-angular": "18.0.1",
"@angular-devkit/core": "18.0.1",
"@angular-devkit/build-angular": "18.1.0",
"@angular-devkit/core": "18.1.0",
"@angular-devkit/schematics": "18.0.1",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.0",
"@angular/language-service": "18.0.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "18.1.0",
"@angular/language-service": "18.1.0",
"@cloudflare/workers-types": "^4.20240605.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
Expand Down
Loading