-
Notifications
You must be signed in to change notification settings - Fork 126
'default' is not exported error #186
Comments
Ok, so a follow-up on this... If I remove The problem comes up when I pull in Note: I'm not sure which library might be causing this, or if this is even an issue with rollup |
Also, I created a simple repo which reproduces the issue: https://github.com/mjw56/inferno-redux-rollup |
Also, I can get around it if I add |
Closing this, realized it was warning but the code is actually building fine. |
Hi,
I'm running into an issue with
rollup-plugin-commonjs
8.0.2
, trying to pull in redux.It looks like this is related to #44, which looks like it was merged, but I'm still getting an issue...
Here is what my
rollup.config
looks like:The
entry
index.js
is a single file and it's pulling in these three imports:When it builds it displays:
At first it was complaining about the
Provider
export frominferno-redux
but I could get it to see that using thenamedExport
. However, I'm not having such luck with thecreateStore
import forredux
.Am I missing something in the config?
Thanks.
The text was updated successfully, but these errors were encountered: