While using an encompassing project with vite, I found out that it was unable to find the redux-batch-enhancer entry point. It appears the package.json file has two main entries, of which the first seems to be incorrect. In any case, there should only be one entry and it should ideally be the correct one.
While using an encompassing project with vite, I found out that it was unable to find the
redux-batch-enhancer
entry point. It appears the package.json file has twomain
entries, of which the first seems to be incorrect. In any case, there should only be one entry and it should ideally be the correct one.