Core-js: What are the differences between core-js and core-js-bundle?

Created on 20 May 2019  路  1Comment  路  Source: zloirock/core-js

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?

question

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dwiyatci picture dwiyatci  路  4Comments

mryellow picture mryellow  路  6Comments

blondie63 picture blondie63  路  4Comments

RedHatter picture RedHatter  路  5Comments

devongovett picture devongovett  路  4Comments