File size: 313 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
// Polyfills required for Calypso.
// Note that these polyfills will not necessarily be included in the browser build,
// since Calypso makes use of @babel/preset-env and browserslist configs to
// avoid including polyfills for features that are supported across all target
// browsers.
import 'core-js/stable';
|