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

Explicitly provide the names of exported items rather than export *. #86

Merged
merged 1 commit into from
Oct 4, 2016

Conversation

TheMadBug
Copy link
Contributor

RollupJS ( A somewhat popular module bundler, now used by Ionic 2 ) requires all exports to be explicit, then it will try to optimise what's actually included in the bundle.

Sadly it can't handle "export * from".
Should solve issue #81

RollupJS ( A somewhat popular module bundler, now used by Ionic 2 ) require all exports to be explicit, then it will try to optimise what's actually included in the bundle.
@urish urish merged commit 7d609cb into urish:master Oct 4, 2016
@urish
Copy link
Owner

urish commented Oct 4, 2016

Thanks!

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.

2 participants