doesn't generate other formats on "nuxt generate"
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 331
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 9
Description
Working with
"@nuxt/image-edge": "^1.0.0-rc.1-28164352.ad7c010",
"nuxt": "^3.6.5",
image: {
format: ['webp'],
provider: 'ipx',
ipx: {
modifiers: {
quality: '80',
format: ['webp']
}
}
}
tried on macbook air m2 and netlify builds. The images are transformed but no other formats are generated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported configuration with Nuxt 3.6.5 and @nuxt/image-edge using the IPX provider, then trace how the format and modifiers are handled during nuxt generate. Done means the requested alternate image formats are generated in both local and Netlify builds, or the issue is narrowed to a documented provider limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- frontend, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100