chenglou / react-motion

A spring that solves your animation problems.
MIT License
21.7k stars 1.15k forks source link

Need to maintain same build file locations #577

Closed nkbt closed 5 years ago

nkbt commented 5 years ago

We used to have lib/react-motion.js and build/react-motion.js, current partially completed move to rollup puts files into a different dirs, so we cannot publish patch version.

I will do an update asap to keep build artefacts in old spots so we do not introduce unnecessary breaking change

jchook commented 5 years ago

Can we possibly cherry-pick #575 commits into a patch?

nkbt commented 5 years ago

It's not about #575 things, it is about breaking changes that were introduced earlier but not completed and never published. I've pretty much got it all working now and will submit a PR soon. That would allow to keep rollup build but put files in the same dir as it used to be and in addition to that we will have a babel build for multi-file common-js that is compiled into lib/.