final-form / react-final-form-listeners

A collection of components to listen to 🏁 React Final Form fields
MIT License
93 stars 20 forks source link

Update babel deps, use loose mode, keep babel helpers as deps #6

Closed Andarist closed 5 years ago

Andarist commented 5 years ago
npx terser -cm --toplevel dist/react-final-form-listeners.es.js | gzip -c | wc -c

before this PR - 991 after upgrading babel - 666 after switching to runtime helpers - 565

💸

codecov[bot] commented 5 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          46     46           
  Branches        6      6           
=====================================
  Hits           46     46

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1ff4d51...318a7d3. Read the comment docs.

erikras commented 5 years ago

Thanks! Did this manually just now.