Replies: 6 comments 3 replies
-
Thanks for filing. Does the issue away if you remove Rollup just released a big CJS update, and since rollup powers our internal install logic that may fix this. If that doesn't work, then we can see if the issue is on our end. |
Beta Was this translation helpful? Give feedback.
-
Yes, the issue does not occur when I remove the |
Beta Was this translation helpful? Give feedback.
-
Still a problem with the |
Beta Was this translation helpful? Give feedback.
-
Okay, thanks! I'll spin up a prioritized issue to track. Would love any help if you're interested in triaging to find out what's going on inside of Snowpack/Rollup to cause this bug. |
Beta Was this translation helpful? Give feedback.
-
Yeah, if you can give me some pointers I could take a look sometime. |
Beta Was this translation helpful? Give feedback.
-
Fixed in #879! |
Beta Was this translation helpful? Give feedback.
-
After a build I'm getting
Uncaught SyntaxError: The requested module '../web_modules/react.js' does not provide an export named 'useEffect'
.This can be reproduced if the code has a mix of import styles.
See repo for full bug reproduction.
Adding namedExports to the snowpack config does not change the situation.
Beta Was this translation helpful? Give feedback.
All reactions