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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

insin opened this issue · comments

@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.