reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.51k stars 15.26k forks source link

Fix webpack 4 support by setting `target: es2017` for `redux.legacy-esm.js` #4687

Closed aryaemami59 closed 1 month ago

aryaemami59 commented 1 month ago

This PR:

codesandbox-ci[bot] commented 1 month ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

timdorr commented 1 month ago

Bonus: we also get a sourcemap. Thanks!