redux-utilities / redux-actions

Flux Standard Action utilities for Redux.
https://redux-actions.js.org
MIT License
6.51k stars 300 forks source link

Import fails to identify entry point #391

Closed madhusudhand closed 1 year ago

madhusudhand commented 1 year ago

In v3, package.json is missing main property and because of which build systems fails to compile the library.

Include main for entry point.

nschild commented 1 year ago

bump

alexander-heimbuch commented 1 year ago

Hey @madhusudhand, first of all sorry for the late response. In v3 we decided to only support ES Modules. In this scenario only exports are used and therefore we dropped the main property since it also wouldn't work with non esm build systems.

Still feel free to use the v2 maintained legacy package for non esm build systems.