You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
After my PNG resource is processed by image-webpack-loader, base64 or url is converted by url-loader or loaded by url. However, when the image processed by image-webpack-loader is converted into base64 by url-loader, it cannot be loaded in Safari browser. How should I deal with it?
The text was updated successfully, but these errors were encountered:
Try removing webp option.
It took me half a day figuring out that the webp option cause this images-parsing issue on Safari (in my case it was Safari for iOS).
This is my configuration:
describe
After my PNG resource is processed by image-webpack-loader, base64 or url is converted by url-loader or loaded by url. However, when the image processed by image-webpack-loader is converted into base64 by url-loader, it cannot be loaded in Safari browser. How should I deal with it?
The text was updated successfully, but these errors were encountered: