insin / nwb

A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)
Other
5.57k stars 331 forks source link

@babel/polyfill is deprecated, migrate to core-js@3 #541

Closed insin closed 4 years ago

insin commented 4 years ago

References:

insin commented 4 years ago

@babel/polyfill is only being used in our Karma config, and only because it's still using PhantomJS, which has been unmaintained for a long time.

We probably need to start using core-js@3 for #550 anyway.