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

@import: dependency was not found #20

Closed
wants to merge 1 commit into from
Closed

@import: dependency was not found #20

wants to merge 1 commit into from

Conversation

mornir
Copy link

@mornir mornir commented Feb 17, 2018

I'm using webpack and the modern-normalize.css was not found with the import path provided in the readme. I had to use the tilde character to point to the node_modules folder. I thought it would be nice to share this tip with others.

Thanks for this normalizing style-sheet. It's perfect for projects where I don't care about non evergreen browsers 👍

I'm using webpack and the modern-normalize.css was not found with the import path provided in the readme. I had to use the tilde character to point to the node_modules folder. I thought it would be nice to share this tip with others.

Thanks for this normalizing style-sheet. It's perfect for projects where I don't care about non evergreen browsers 👍
@sindresorhus
Copy link
Owner

sindresorhus commented Feb 17, 2018

Can you link to docs about this webpack feature?

@mornir
Copy link
Author

mornir commented Feb 18, 2018

I didn't find anything in the docs. It seems to be related to my webpack config (using vue-cli). Since it turned out to be rather specific to my project, I'm closing this request.

@mornir mornir closed this Feb 18, 2018
@sindresorhus
Copy link
Owner

@mornir I know ~ is a thing for the sass-loader, but I couldn't find it in the css-loader or webpack docs. Would be useful for the CSS loader though, so I encourage you to open an issue there to add it ;)

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