git404hub

what is core-js-webpack-plugin fr?

patrickjs/core-js-webpack-plugin — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2016-08-21

16JavaScriptAudience · developerComplexity · 2/5DormantSetup · moderate

tl;dr

A Webpack plugin that builds a trimmed-down core-js polyfill bundle with only the features you specify.

vibe map

mindmap
  root((repo))
    What it does
      Trims core-js polyfills
      Builds custom bundle
      Reduces bundle size
    Tech stack
      JavaScript
      Webpack
      core-js
    Use cases
      Shrink production bundles
      Avoid unused polyfills
      Build lightweight libraries
    Audience
      Developers
      Library authors

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Reduce your app's JavaScript bundle size by including only needed core-js polyfills.

VIBE 2

Avoid shipping unnecessary polyfills to users on slow connections.

VIBE 3

Build a library without forcing consumers to adopt all of core-js.

VIBE 4

Configure UMD output or avoid global namespace pollution for library builds.

what's the stack?

JavaScriptWebpackcore-js

how it stacks up fr

patrickjs/core-js-webpack-pluginakaakshat246/ecoscore-browser-extensionanalysis-tools-dev/website-old
Stars161616
LanguageJavaScriptJavaScriptJavaScript
Last pushed2016-08-212023-04-06
MaintenanceDormantDormant
Setup difficultymoderatehardeasy
Complexity2/53/51/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires an existing Webpack build and careful listing of needed features to avoid runtime errors.

prompts (copy fr)

prompt 1
Help me configure core-js-webpack-plugin to include only the ES6 features I need.
prompt 2
Explain how to blacklist specific core-js modules with this plugin.
prompt 3
Show me how to set up UMD output using this plugin for a library I'm building.
prompt 4
Walk me through integrating this plugin into my existing Webpack config.

Frequently asked questions

what is core-js-webpack-plugin fr?

A Webpack plugin that builds a trimmed-down core-js polyfill bundle with only the features you specify.

What language is core-js-webpack-plugin written in?

Mainly JavaScript. The stack also includes JavaScript, Webpack, core-js.

Is core-js-webpack-plugin actively maintained?

Dormant — no commits in 2+ years (last push 2016-08-21).

How hard is core-js-webpack-plugin to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is core-js-webpack-plugin for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.