Add --profile to stats task

This commit is contained in:
Roman Hotsiy 2017-11-15 16:16:44 +02:00
parent bc1e06fe37
commit b79de20b3e
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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": "",