stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 158 forks source link

fix: ie11 support #70

Closed axle-h closed 4 years ago

axle-h commented 4 years ago

Now using browserlist when BABEL_ENV is modules, otherwise using existing node current target.

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   92.30%   92.30%           
=======================================
  Files           2        2           
  Lines          13       13           
  Branches        1        1           
=======================================
  Hits           12       12           
  Misses          1        1           

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 766149a...3b185eb. Read the comment docs.

stephane-monnot commented 4 years ago

Thx !