Skip to content

Commit

Permalink
Updating analyze-bundle command
Browse files Browse the repository at this point in the history
Updating analyze-bundle for webpack, because of upgrade impact from 3 -> 4
  • Loading branch information
bdjos1 authored Nov 14, 2022
1 parent a053958 commit 707bf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"analyze-bundle": "mkdir reports & npm run bundle-stats && npm run bundle-report",
"bundle-report": "node_modules/.bin/webpack-bundle-analyzer --mode static ./reports/bundle-stats.json ./dist --open --report ./reports/bundle-size.html",
"bundle-stats": "webpack --profile --json > ./reports/bundle-stats.json",
"bundle-stats": "webpack --stats=detailed --json > ./reports/bundle-stats.json",
"preinstall": "npx npm-force-resolutions",
"postinstall": "subpkg install",
"mock-graphql-service": "node packages/graphql-mocks/server.js",
Expand Down

0 comments on commit 707bf01

Please sign in to comment.