mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	Add --profile to stats task
This commit is contained in:
		
							parent
							
								
									bc1e06fe37
								
							
						
					
					
						commit
						b79de20b3e
					
				| 
						 | 
					@ -12,7 +12,7 @@
 | 
				
			||||||
    "test": "jest",
 | 
					    "test": "jest",
 | 
				
			||||||
    "bundle": "webpack",
 | 
					    "bundle": "webpack",
 | 
				
			||||||
    "bundle:prod": "webpack -p --env.prod",
 | 
					    "bundle:prod": "webpack -p --env.prod",
 | 
				
			||||||
    "stats": "webpack -p --env.prod --json > stats.json",
 | 
					    "stats": "webpack -p --env.prod --json --profile > stats.json",
 | 
				
			||||||
    "prettier": "prettier --write \"src/**/*.{ts,tsx}\""
 | 
					    "prettier": "prettier --write \"src/**/*.{ts,tsx}\""
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "author": "",
 | 
					  "author": "",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user