Babel Integration
Core-JS is integrated with babel and is the base for polyfilling-related babel features:
@babel/polyfill
@babel/polyfill IS just the import of stable Core-JS features and regenerator-runtime for generators and async functions, so if you load @babel/polyfill - you load the global version of Core-JS without ES proposals.