install sharp-cli to speed up image generation for web preview

This commit is contained in:
Eduardo Quiros 2022-07-01 21:49:04 -06:00
parent 064a4512df
commit 5cf7570acc
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
2 changed files with 1135 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,8 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-web": "0.17.7"
"react-native-web": "0.17.7",
"sharp-cli": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",