-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
Import specific polyfills #120
Comments
We are using babel-preset-env so unless I'm using it wrongly, it should not import every polyfills but only the ones required. |
Edit: this issue could be resolved with babel-preset-env@2.0, see babel/babel-preset-env#241 |
Ahhhh damn :p |
Currently, this script is importing the whole
babel-polyfill
simplebar/src/simplebar.js
Line 5 in 0a7e187
IMO there are lots of unneeded polyfills in
babel-polyfill
package, it would be much better to import necessary polyfills only:What do you think about?
The text was updated successfully, but these errors were encountered: