core-js-compat is a utility that helps you determine the core-js features required for your project based on your target environments. It analyzes your code, identifies used ECMAScript features and generates a list of necessary core-js modules for optimal polyfilling. This ensures you only include the polyfills you need, reducing bundle size and improving performance. It's essential for projects seeking compatibility with older browsers and JavaScript engines while minimizing bloat.