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 options.exclude to be empty #57

Merged
merged 1 commit into from
Jul 18, 2018
Merged

Conversation

jakearchibald
Copy link
Contributor

I had scss in node_modules that I wanted to process, so I tried setting exclude to '', but that's falsey, so it defaulted back to 'node_modules/**'. This PR fixes it.

I had scss in node_modules that I wanted to process, so I tried setting exclude to `''`, but that's falsey, so it defaulted back to `'node_modules/**'`. This PR fixes it.
@differui differui merged commit 9b6bdb8 into elycruz:master Jul 18, 2018
@differui
Copy link
Collaborator

differui commented Jul 18, 2018

rollup-plugin-sass@0.9.2

@jakearchibald jakearchibald deleted the patch-1 branch July 18, 2018 14:10
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