ungap / ungap.github.io

The ungap landing page.
16 stars 0 forks source link

add comment about babel-plugin-remove-ungap #4

Closed coreyfarrell closed 5 years ago

coreyfarrell commented 5 years ago

Fixes #3

First attempt at updating the README.md, let me know what thoughts you have.

FWIW I'll probably bump to 1.0.0 once I implement an option include: []. This will be used to process modules which are not processed by default - for example I'm going to add support for @ungap/from-entries but not process it by default. This way I can add new @ungap/* modules without doing a semver-major bump every time. Also Object.fromEntries is only supported by Firefox 63+ so it's not reasonable to remove @ungap/from-entries by default, but some people might still want it.