Skip to content

Commit

Permalink
Merge pull request #1092 from basics/feature/optimize-get-image-size
Browse files Browse the repository at this point in the history
fix(image): optimize getImageSize
  • Loading branch information
ThornWalli authored Aug 17, 2024
2 parents 76743ec + 6a3dcec commit ec74d0e
Show file tree
Hide file tree
Showing 9 changed files with 417 additions and 307 deletions.
1 change: 1 addition & 0 deletions build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default {
'hash-sum',
'probe-image-size',
'vue3-lazy-hydration',
'node-cache',

// package
'@nuxt/image',
Expand Down
156 changes: 156 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"htmlparser2": "9.1.0",
"image-meta": "0.2.1",
"mime-types": "2.1.35",
"node-cache": "^5.1.2",
"pathe": "1.1.2",
"sort-css-media-queries": "2.3.0",
"vue3-lazy-hydration": "1.2.1"
Expand Down
Loading

0 comments on commit ec74d0e

Please sign in to comment.