Part of [RFC 411](https://docs.google.com/document/d/1kyx3PIee2EYbAKeKLT92CPqDnOZLU9v7WE9G_zJy7_o/edit). Parcel does not output bundles that can be `import()`ed, since they implicitly create global variables (`parcelRequire`).
Part of RFC 411.
Parcel does not output bundles that can be
import()ed, since they implicitly create global variables (parcelRequire).