add progress to production webpack
This commit is contained in:
		
							parent
							
								
									3e7d88698b
								
							
						
					
					
						commit
						0b76151c67
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -6,7 +6,7 @@ | |||
|     "start": "BABEL_DISABLE_CACHE=1 NODE_ENV=development nodemon index.js", | ||||
|     "start:prod": "NODE_ENV=production node index.js", | ||||
|     "lint": "eslint client server", | ||||
|     "build": "NODE_ENV=production webpack --config webpack.config.prod.js", | ||||
|     "build": "NODE_ENV=production webpack --config webpack.config.prod.js --progress", | ||||
|     "test": "echo \"Error: no test specified\" && exit 1" | ||||
|   }, | ||||
|   "main": "index.js", | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Cassie Tarakajian
						Cassie Tarakajian