chenglou / react-motion

A spring that solves your animation problems.
MIT License
21.68k stars 1.16k forks source link

Bundle umd with rollup #546

Closed TrySound closed 6 years ago

TrySound commented 6 years ago

Rollup produces smaller and readable output which do not require source maps.

Previously minified development bundle had 31750b. The new one 24575b

TrySound commented 6 years ago

Ready for review. User facing changes are removed sourcemaps, smaller umd size + production umd. /cc @chenglou

chenglou commented 6 years ago

Thanks. Is there a way to remove webpack? I guess not since we need it for the demos and watcher?

TrySound commented 6 years ago

Yes, let's keep it for now.

chenglou commented 6 years ago

Ok. Fwiw I'm more or less blindly merging right now. As long as the demos still work and that we don't break userland (react-motion has been stable for years), I'm good with the cleanups.

Thanks!