Skip to content

Commit

Permalink
fix: add sharp to improve image server optimization speed (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored May 15, 2024
1 parent 9f6eab6 commit 533a555
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 93 deletions.
3 changes: 2 additions & 1 deletion packages/ui/docs-bundle/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"jsonpath",
"cssnano",
"node-fetch",
"@types/node-fetch"
"@types/node-fetch",
"sharp"
],
"ignore-patterns": ["dist"]
}
3 changes: 2 additions & 1 deletion packages/ui/docs-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"node-fetch": "2.7.0",
"postcss-import": "^16.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"sharp": "^0.33.3"
},
"devDependencies": {
"@fern-platform/configs": "workspace:*",
Expand Down
Loading

0 comments on commit 533a555

Please sign in to comment.