module is not defined in redux-form #2567
Unanswered
zaverden
asked this question in
Troubleshooting
Replies: 4 comments 3 replies
|
I'm also having this issue. It's the one blocker that's stopping me from switching my company from webpack to snowpack. I guess the ESM exports aren't configured correctly in redux form? |
0 replies
|
Update: I figured out that it works if you import this way: |
3 replies
|
It's 2023, having the same issue trying to migrate from Webpack to Vite. |
0 replies
|
Updating the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to switch from
webpacktosnowpackfor my project.My project uses
redux-formand there is an error when I run the project withsnowpack dev:It fails on line
const castModule = module;You can find example repo here (branch
redux-form):https://github.com/zaverden/snow-failed-pkgs/tree/redux-form
How can I fix it?
All reactions