Skip to content

Commit

Permalink
hot-fix. Add display-modules to build
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Oct 18, 2018
1 parent b97a657 commit c5e3d89
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 @@ -56,7 +56,7 @@
},
"scripts": {
"start": "webpack-dev-server --hot",
"build": "rimraf build && webpack --config webpack.config.prod.js",
"build": "rimraf build && webpack --config webpack.config.prod.js --display-modules",
"test": "jest --updateSnapshot --verbose",
"codecov": "bash <(curl -s https://codecov.io/bash)"
},
Expand Down

0 comments on commit c5e3d89

Please sign in to comment.