Skip to content

Commit

Permalink
Remove "analyze" and webpack-bundle-analyzer dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Oct 24, 2024
1 parent 3b00cc1 commit b63c4cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 136 deletions.
134 changes: 0 additions & 134 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"preserve": "npm run base-href",
"serve": "ts-node --project ./tsconfig.ts-node.json scripts/serve.ts",
"serve:ssr": "node dist/server/main",
"analyze": "webpack-bundle-analyzer dist/browser/stats.json",
"build": "ng build --configuration development",
"build:stats": "ng build --stats-json",
"build:prod": "cross-env NODE_ENV=production npm run build:ssr",
Expand Down Expand Up @@ -235,7 +234,6 @@
"ts-node": "^8.10.2",
"typescript": "~5.4.5",
"webpack": "5.95.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
Expand Down

0 comments on commit b63c4cf

Please sign in to comment.