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
I don't know if this is being addressed in a separate issue (I couldn't find one), but I was wondering if there are any plans to add support for differential serving (also called "smart bundling"). I read Philip Walton's article about serving "modern" JavaScript to browsers that support it and polyfilled code to "legacy" browsers (like IE 11). This seems like a fitting case for CRA, because it targets modern browsers out of the box and needs polyfills for IE 11 and lower. I don't know if this is already on your roadmap or not?
The text was updated successfully, but these errors were encountered:
I don't know if this is being addressed in a separate issue (I couldn't find one), but I was wondering if there are any plans to add support for differential serving (also called "smart bundling"). I read Philip Walton's article about serving "modern" JavaScript to browsers that support it and polyfilled code to "legacy" browsers (like IE 11). This seems like a fitting case for CRA, because it targets modern browsers out of the box and needs polyfills for IE 11 and lower. I don't know if this is already on your roadmap or not?
The text was updated successfully, but these errors were encountered: