You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If so, global polyfill like import 'core-js' can share modules/libs with pure polyfill like @babel/transfrom-runtime or import 'core-js-pure'
But now they don't share libs, so if an application use global polyfill and the 3rd party libs use pure polyfill, there will be many core-js libs with same content.
The text was updated successfully, but these errors were encountered:
If so, global polyfill like
import 'core-js'
can share modules/libs with pure polyfill like@babel/transfrom-runtime
orimport 'core-js-pure'
But now they don't share libs, so if an application use global polyfill and the 3rd party libs use pure polyfill, there will be many core-js libs with same content.
The text was updated successfully, but these errors were encountered: