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

v3 fixes #78

Merged
merged 3 commits into from
Feb 20, 2019
Merged

v3 fixes #78

merged 3 commits into from
Feb 20, 2019

Conversation

Rich-Harris
Copy link
Member

fixes the things that broke in the most recent v3 beta

index.js Outdated
if (options.emitCss) options.css = false;
if (options.externalDependencies) options.externalDependencies.forEach(dep => this.addDependency(dep));

// if (!('onwarn' in options)) options.onwarn = warning => this.emitWarning(new Error(warning));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't looked at these changes really, but having this code in here commented out seems like bad form.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh right, yeah

@Rich-Harris Rich-Harris merged commit 5cf8a55 into master Feb 20, 2019
@Rich-Harris Rich-Harris deleted the v3 branch February 20, 2019 00:17
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