I鈥檝e no idea when to use the default core-js or the core-js-bundled installation. Are there any helpful examples you could think of?
core-js are a lot of commonjs modules: use it if you are using webpack of node.
core-js-bundle is a single big polyfill file: use it in browsers when you want to avoid using a bundler.
Most helpful comment
core-js are a lot of commonjs modules: use it if you are using webpack of node.
core-js-bundle is a single big polyfill file: use it in browsers when you want to avoid using a bundler.