Skip to content

Commit

Permalink
fix (package.json) : bundle-report command
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar300 committed Apr 26, 2021
1 parent 994d852 commit 9ea6400
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 @@ -9,7 +9,7 @@
"scripts": {
"start": "node_modules/.bin/webpack --watch --config config/webpack.dev.js --no-stats",
"build": "node_modules/.bin/webpack --config config/webpack.prod.js",
"bundle-report": "node_modules/.bin/webpack --config config/webpack.prod.js --json > dist/stats.json && node_modules/.bin/webpack-bundle-analyzer dist/stats.json",
"bundle-report": "node_modules/.bin/webpack --config config/webpack.prod.js --json=dist/stats.json && node_modules/.bin/webpack-bundle-analyzer dist/stats.json",
"image": "node config/image-sizes.js"
},
"license": "GPL-2.0",
Expand Down

0 comments on commit 9ea6400

Please sign in to comment.