-
-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Labels
PR welcomebugSomething isn't workingSomething isn't workingpending triageThe issue/PR is currently untouched.The issue/PR is currently untouched.
Description
System Info
rspack 1.0.7
Details
same image but different filename
input
├── assets
│ ├── cover-12.bed026dc.webp <----- "bed026dc" is the content-hash of this file
│ └── cover-12.webp
output
└── static
├── image
│ ├── cover-12.8960ba75.8960ba75.webp
│ └── cover-12.8960ba75.webp
expected output
aligned with webpack
└── static
├── image
│ ├── cover-12.bed026dc.bed026dc.webp
│ └── cover-12.bed026dc.webp
Reproduce link
https://github.com/SoonIter/rsbuild-image-compress/tree/chore/new-bug
Reproduce Steps
- pnpm install
- npm run build
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PR welcomebugSomething isn't workingSomething isn't workingpending triageThe issue/PR is currently untouched.The issue/PR is currently untouched.