Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add __esModule flag to modules transpiled on the browser #1131

Merged
merged 3 commits into from Mar 29, 2017

Conversation

m-mujica
Copy link
Contributor

With dev bundles is possible to load a part of the app already built while other modules are being transpiled on the fly, with this flag, transpiled amd modules will be able to load the modules transpiled on the browser.

@m-mujica m-mujica requested a review from matthewp March 29, 2017 00:24
@matthewp
Copy link
Member

LGTM 👍

@m-mujica m-mujica merged commit 10c98d1 into master Mar 29, 2017
@m-mujica m-mujica deleted the add-es-module-flag branch March 29, 2017 14:26
@matthewp
Copy link
Member

Which bug does this fix?

@m-mujica
Copy link
Contributor Author

Closes #1136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants