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

Non-issue causing warnings in Windows #16

Closed
JasonGoemaat opened this issue Apr 4, 2017 · 2 comments
Closed

Non-issue causing warnings in Windows #16

JasonGoemaat opened this issue Apr 4, 2017 · 2 comments

Comments

@JasonGoemaat
Copy link

This plugin is great for finding those errors, but it also triggers on different cases in parent directories on Windows that don't affect the actual build. For instance I might have a C:\Git\My-Project folder, but in development I might cd \git\my-project. Something in a build for 'create-react-app' is causing this because some modules are loaded with an absolute path (including '~' inside). It would be nice if it could ignore directories outside the root of the project.

@Urthen
Copy link
Owner

Urthen commented May 4, 2017

This has become a common problem all of a sudden and I'm not sure why. Right now I'm not sure the best way to determine the root of the project, but I'll take a stab at it. If I can figure out a consistent way to figure out the project root I'll ignore casing above that point.

@Urthen
Copy link
Owner

Urthen commented Aug 8, 2017

Reported as resolved in referenced issue.

@Urthen Urthen closed this as completed Aug 8, 2017
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

No branches or pull requests

2 participants