Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Add performance profile display
Browse files Browse the repository at this point in the history
  • Loading branch information
alsolovyev committed Apr 14, 2021
1 parent ef21aad commit d76bd18
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 @@ -8,7 +8,7 @@
"scripts": {
"start": "yarn serve",
"serve": "cross-env NODE_ENV=development webpack serve --profile --progress --config ./config/webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --profile --progress --config ./config/webpack.config.js",
"deploy": "git subtree push --prefix dist origin gh-pages"
},
"devDependencies": {
Expand Down

0 comments on commit d76bd18

Please sign in to comment.