timse / srcset-loader

Flexible srcset-loader for webpack
46 stars 14 forks source link

Only one file included in webpack manifest #11

Open PaulKiddle opened 7 years ago

PaulKiddle commented 7 years ago

Is there any way to include all of the resized images in the manifest? Currently because it's keyed by source filename only one of the files is listed as they all share the same source filename.

Perhaps something like appending #size=300 so they look like different source files.

timse commented 7 years ago

I need to look into this, happy to accept PRs though :)!

PaulKiddle commented 7 years ago

Thanks. I'll try and look into it too if I get a chance