bvaughn / react-highlight-words

React component to highlight words within a larger body of text
https://bvaughn.github.io/react-highlight-words/
MIT License
2.16k stars 170 forks source link

Do not include .babelrc in npm package #21

Closed markwoon closed 7 years ago

markwoon commented 7 years ago

An alternative solution to #19. I'm guessing @untone is dealing with the same problem that I am - an inability to use react-highlight-words since it's .babelrc is for Babel 5 and we're using Babel 6.

See https://github.com/reactjs/redux/issues/1033 and https://github.com/gaearon/redux-thunk/pull/44 if more justification is required.

bvaughn commented 7 years ago

Sweet. Thanks @markwoon

bvaughn commented 7 years ago

Published as 0.7.1!