agilgur5 / react-signature-canvas

A React wrapper component around signature_pad (in < 150 LoC). Unopinionated and heavily updated fork of react-signature-pad
https://agilgur5.github.io/react-signature-canvas/
Other
539 stars 117 forks source link

optim: specify version in `@babel/plugin-transform-runtime` #80

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

Summary

Specify a version in @babel/plugin-transform-runtime's config to further optimize the output with newer helpers.

Details

Misc

Noticed that this was a field when stumbling upon the @babel/plugin-transform-runtime options in the Babel docs. Tested this simultaneously with #79 as they both affect the output

codecov[bot] commented 2 years ago

Codecov Report

Merging #80 (55e6e3d) into main (b14060c) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #80   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           75        75           
  Branches         9         9           
=========================================
  Hits            75        75           

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 b14060c...55e6e3d. Read the comment docs.