gulp-inline-base64
gulp-inline-base64 copied to clipboard
mime 2.0 renames mime.lookup to mime.getType
since no version constraints are specified in package.json, mime 2.0 breaks everything.
This PR specifies version constraints and uses mime 2.0
Didn't see this PR and just put one in with the same fix. Been over a month and should get either merged.
FYI the workaround is to add mime ^1 to package.json
At least in my case replacing, mime.lookup with mime.getType fixes the issue. Could you please deploy this or fix the production version? (I'm using this package in legacy software and as of now, because of this its broke ...)