-
-
Notifications
You must be signed in to change notification settings - Fork 84
Cannot find source file warnings #18
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
Comments
I'm seeing this as well. It's very inconvenient, since the warnings make the actual output difficult to read. |
I am also seeing this problem. We have a npm linked dependency that we are unable to exclude from the sourcemapping. It seems that the path resolves incorrectly. If i exclude relative path 'node_modules/' it do not exclude it but if i give a absolute path the exclusion works. |
Eventually fixed by #68 |
Hi, @kennethkoontz will you be so kind and tell me what’s ‘helpers.root’ where that came from? |
Not sure if this is the correct place to report this issue but when adding new node packages, sometimes I get errors as such:
Adding the following
exclude
entry to my webpack configuration suppresses the warning:What can I do to resolve this without excluding to suppress the warning?
The text was updated successfully, but these errors were encountered: