stripe-archive / react-stripe-elements

Moved to stripe/react-stripe-js.
https://github.com/stripe/react-stripe-js
MIT License
3.03k stars 319 forks source link

Suggestion: use Rollup rather than Webpack for bundling #460

Closed tstirrat15 closed 4 years ago

tstirrat15 commented 4 years ago

Summary

The conventional wisdom is rollup for libraries, webpack for applications. There's less of a difference between the two than there used to be, but it wouldn't surprise me if there were some bundle size gains to be made by getting rid of the webpack runtime.

Thoughts?

dweedon-stripe commented 4 years ago

Thanks @tstirrat15, we are indeed planning to move to Rollup. 👍