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
Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. ⓘ
There's an extremely simple commonjs module:
and a simple
main.js
file (please not asterisk import)Expected Behavior
For a typical node js execution it prints
true
:Actual Behavior
For the build's execution it returns
false
Additional Information
If I change the rollup build
treeshake
option totrue
(default value), then it works as expected.If I change the asterisk import to a default import, it works as expected.
The text was updated successfully, but these errors were encountered: