Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ui): use react-app-polyfill instead of @babel/polyfill #646

Merged
merged 4 commits into from
Apr 24, 2019

Conversation

prymitive
Copy link
Owner

No description provided.

CRA 3.0 depracates babel/polyfill, react-app-polyfill is the new recommended pollyfill package.
Remove IE from the list of supported browsers and drop polyfills for it since doesn't work anyway - Proxy support in ES is required for mobx 5.x and that cannot be polyfilled.
Setting NODE_PATH via env is depracated in RCA 3.0
Drop browsers that don't support Proxy objects
@prymitive prymitive merged commit 4b2808b into master Apr 24, 2019
@prymitive prymitive deleted the polyfill branch April 24, 2019 22:10
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant