mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
Add --profile to stats task
This commit is contained in:
parent
bc1e06fe37
commit
b79de20b3e
|
@ -12,7 +12,7 @@
|
|||
"test": "jest",
|
||||
"bundle": "webpack",
|
||||
"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}\""
|
||||
},
|
||||
"author": "",
|
||||
|
|
Loading…
Reference in New Issue
Block a user