-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
How do you think about core-js-service? #954
Comments
I'm thinking about it since 2013. It's a required component for
I can't understand this problem. This service should use bundling, see
In this branch, it's just a cap. I'm experimenting on it locally. I'm writing a post that will contain more info. |
Glad to have your quick reply. |
Files concatenation was used in |
It sounds great. At the same time, I think a plugin which can analysis JS files and get the polyfill‘s name we need in our project is also necessary, just like the create-polyfill-service-url(https://www.npmjs.com/package/create-polyfill-service-url) . It can help us get the polyfill we need more exact. I find @babel/standalone (https://www.npmjs.com/package/@babel/standalone) may help core-js to do it. Last, I am really looking forward to see the core-js-service and It is a pleasure to help if I can. |
Yes, something like that is also in plans, but in another form. As I said, the details will be a little later. |
Let's track it in #638. |
A few months ago, I have found a dynamic polyfill service https://polyfill.io/v3/ . However, I also found that their service has only basic polyfill. Then I turn to core-js and find a plentiful polyfill in it so I want to create a polyfill service with it. But it is not easy because the polyfill in core-js is not a single file which has lots of dependencies. It seems only a way to solve it is to refactor the file structure in core-js, but it's also a heavy job. Now I find you have created a folder named core-js-service in v4 branch. Do you have any idea to do it?
The text was updated successfully, but these errors were encountered: