You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a variable not getting renamed and colliding with an import. I'm not sure if I'm missing a plugin or setting (or otherwise doing something I shouldn't be), or if it might be a bug.
I'm running into a variable not getting renamed and colliding with an import. I'm not sure if I'm missing a plugin or setting (or otherwise doing something I shouldn't be), or if it might be a bug.
Here's a repo with a full example. https://github.com/tony-g/rollup-export-star-question
...
I have a react/redux project and have folders for actions, reducers, selectors, etc.
selectors/index.js
looks like this:I import them in another file (
src/doesnt-work.js
in the example)Expected
calculation
is renamed (which is what happens if I import it directly from./selectors/calculation
)Actual
It's not renamed and I get this: (which breaks)
Thanks for your help!
The text was updated successfully, but these errors were encountered: