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
As apps are trying to optimise their builds and serve only modern script to modern browsers, libraries need to provide modern code without polyfills. Currently index.js imports some core-js modules and StatusPageEmbed.js imports a polyfills for fetch and AbortController.
I don't know what the best way to do this is for a react-create-app.
The text was updated successfully, but these errors were encountered:
As apps are trying to optimise their builds and serve only modern script to modern browsers, libraries need to provide modern code without polyfills. Currently index.js imports some core-js modules and StatusPageEmbed.js imports a polyfills for fetch and AbortController.
I don't know what the best way to do this is for a react-create-app.
The text was updated successfully, but these errors were encountered: