Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Browser support for data URI #3

Closed
dayyeung opened this issue Mar 18, 2014 · 2 comments
Closed

Browser support for data URI #3

dayyeung opened this issue Mar 18, 2014 · 2 comments

Comments

@dayyeung
Copy link
Contributor

According to the README,

The url loader works like the file loader, but can return a Data Url if it is supported by browser and the file is smaller than a limit.

However, from what I understand, the current implementation does not take browser support into consideration, nor does it have fallback in place. So which one is the real intention?

@sokra
Copy link
Member

sokra commented Mar 18, 2014

No it has no fallback, if you want to support <= IE7 just use the file-loader instead. (Coolest thing is if you serve different bundles for newer/older browser. Just generate two bundles and let the server decide which should be served)

@dayyeung
Copy link
Contributor Author

Sure, I am totally fine with it. But I suggest updating the README since it is currently kind of misleading.

@sokra sokra closed this as completed Mar 31, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants