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

Allow config files to contain non-default exports #2673

Merged
merged 2 commits into from Feb 15, 2019
Merged

Allow config files to contain non-default exports #2673

merged 2 commits into from Feb 15, 2019

Commits on Feb 7, 2019

  1. Allow config files to contain non-default exports

    Before, if a config file contained exports other than `default`, rollup would break. Now, it correctly ignores these irrelevant config-file exports.
    swansontec committed Feb 7, 2019
    Copy the full SHA
    dfff779 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Copy the full SHA
    db20996 View commit details
    Browse the repository at this point in the history