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

fix(src/index): use module exports #520

Merged
merged 1 commit into from
Sep 21, 2016
Merged

fix(src/index): use module exports #520

merged 1 commit into from
Sep 21, 2016

Conversation

levithomason
Copy link
Member

@levithomason levithomason commented Sep 21, 2016

The browser build release broke the doc site, however, adding module exports breaks tests. Opting to drop the plugin and use module exports explicitly. This works since all other es modules remain in tact while the exported window variable for browser builds does not need to use .default after importing the main module.

@codecov-io
Copy link

Current coverage is 98.74% (diff: 100%)

No coverage report found for master at 6785d1b.

Powered by Codecov. Last update 6785d1b...9a4c1e8

@levithomason levithomason merged commit 32b9a35 into master Sep 21, 2016
@levithomason levithomason deleted the fix/exports branch September 21, 2016 01:59
@levithomason
Copy link
Member Author

Released in stardust@0.45.1

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

Successfully merging this pull request may close these issues.

2 participants