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
Makes sense. I don't think this should be a warning by default because this is a normal part of how JavaScript works. I disagree that it's always dangerous. You may have use cases where it doesn't matter for example, and you may not be able to do anything about the warning if you don't control the source code of the files you are re-exporting from. But I can add a way to opt-in to logging this with something like --log-override:ambiguous-import=warning.
when I reexport multi module
run
generate result
and the common is lost because it conflicts in a.js and b.js and not generates warning, which is dangerous
The text was updated successfully, but these errors were encountered: