timolins / react-hot-toast

Smoking Hot React Notifications 🔥
https://react-hot-toast.com
MIT License
9.55k stars 313 forks source link

ES5 compatible build #286

Open ales-rippl-deltatre opened 1 year ago

ales-rippl-deltatre commented 1 year ago

Hi. We would like to use react-hot-toast on devices running old browser versions. Those devices are failing on spread operator and using let keyword. I would like to change the build configuration a little and make the build for ES5. Is it feasible for this project and likely to be merged?