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

Stop excluding node_modules for styles #507

Merged
merged 1 commit into from
Nov 24, 2017
Merged

Conversation

coryhouse
Copy link
Owner

Someone pointed out they couldn't import styles from npm packages because we're excluding node_modules. This PR fixes #506

@coveralls
Copy link

coveralls commented Nov 22, 2017

Coverage Status

Coverage remained the same at 88.034% when pulling 8fdc89a on css-loader-update into 6851590 on master.

@kwelch
Copy link
Collaborator

kwelch commented Nov 24, 2017

Seems simple enough and not sure how that would break any css since we are not using CSSModules. That is the only time I have needed to be specific with include and excludes.

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.

Styles in npm packages can't be imported
3 participants