Skip to content

Commit

Permalink
Remove npm run webpack-analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
frosas committed Apr 22, 2024
1 parent ce07097 commit bfd2a4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"dev-test-unit": "onchange -ki 'src/**/*.js' -- npm run test-unit",
"prepare": "husky",
"webpack": "NODE_OPTIONS=--openssl-legacy-provider npm run babel-node -- node_modules/.bin/webpack",
"webpack-analyze": "FILE=`mktemp -t stats` && npm run -s webpack -- --mode production --profile --json > $FILE && npx webpack-bundle-analyzer $FILE dist/browser",
"webpack-dev-server": "npm run webpack -- serve --mode development"
},
"engines": {
Expand Down

0 comments on commit bfd2a4a

Please sign in to comment.