-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Seems like trying to use package.json's source field could be a source of issues:
Line 279 in 98a293f
| let main = [pkg.source, pkg.module, browser, pkg.main].find( |
microbundleusessourceto identify the pre-Babel source code of a module, which could be a problem if the bundle config for the consumer doesn't match the source- Is there an RFC for using
sourcein imports like there is forjsnextormodule? Seems safer to treat as reserved for internal use of the package.