Add --detailed-report flag to parcel
This commit is contained in:
parent
e5b6d99f23
commit
60aa910978
@ -8,7 +8,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "parcel index.html",
|
"start": "parcel index.html",
|
||||||
"build": "parcel build index.html --no-source-maps",
|
"build": "parcel build index.html --no-source-maps --detailed-report",
|
||||||
"prebuild": "yarn run typecheck",
|
"prebuild": "yarn run typecheck",
|
||||||
"typecheck": "tsc --noEmit --jsx preserve",
|
"typecheck": "tsc --noEmit --jsx preserve",
|
||||||
"lint": "eslint src/*",
|
"lint": "eslint src/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user