reduxjs / redux

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

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

Closed aryaemami59 closed 8 months ago

aryaemami59 commented 8 months ago

This PR:

codesandbox-ci[bot] commented 8 months 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 8 months ago

Bonus: we also get a sourcemap. Thanks!