We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e74a6 commit 4bd0bebCopy full SHA for 4bd0beb
package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"description": "A workflow for Angular made with Webpack",
5
"scripts": {
6
- "build": "rimraf public && webpack --env prod --bail",
+ "build": "rimraf public && webpack --env prod --bail --progress --profile",
7
"server": "webpack-dev-server --env dev --history-api-fallback --inline --progress",
8
"test": "karma start --env test",
9
"test-watch": "karma start -env test --auto-watch --no-single-run",
0 commit comments