jrit / web-resource-inliner

Inlines img, script and link tags into the same file
MIT License
66 stars 29 forks source link

Consider upgrading to datauri version 2 #44

Open cappslock opened 5 years ago

cappslock commented 5 years ago

datauri version 2 contains a fix for a Webpack issue (see here for more context: https://github.com/data-uri/datauri/issues/20)

Upgrading to that version would help folks that are webpacking this package or its dependents to avoid a workaround.

Happy to submit a PR for this if desired. Thanks!

jrit commented 5 years ago

yeah, I'd be happy to take a PR to upgrade a dep, especially if it is non-breaking and fixes an issue :)

cappslock commented 5 years ago

https://github.com/jrit/web-resource-inliner/pull/45

Thanks for your time.