redux-thunk icon indicating copy to clipboard operation
redux-thunk copied to clipboard

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

Open aryaemami59 opened this issue 11 months ago • 1 comments

Overview

Even though this change does not make a difference in output, it would still be good to correct this now just so it doesn't become an issue later on.

This PR:

  • [X] Fixes webpack 4 support by setting target: es2017 for redux.legacy-esm.js which is related to https://github.com/reduxjs/redux-toolkit/issues/4282 and https://github.com/reduxjs/redux/pull/4687.

aryaemami59 avatar Mar 21 '24 20:03 aryaemami59

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.

codesandbox-ci[bot] avatar Mar 21 '24 20:03 codesandbox-ci[bot]

Thanks!

timdorr avatar Mar 22 '24 15:03 timdorr