mattkrick / redux-optimistic-ui

a reducer enhancer to enable type-agnostic optimistic updates
MIT License
693 stars 36 forks source link

Don't force further transpilation to use internal .babelrc #15

Closed wdoug closed 8 years ago

wdoug commented 8 years ago

For any consumers that want to transpile this package with babel further, they shouldn't be required to use the same presets defined in the local .babelrc file. Those have already been applied for the npm package.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 84.615% when pulling 90bb3450afa09cfcd268cdf0a8d79652f4ebd751 on wdoug:patch-1 into 5d24fb10fc29fafaea56ee500b2d76ffec3ec7bc on mattkrick:master.

mattkrick commented 8 years ago

Interesting, never thought of compiling something in node_modules...