-
Notifications
You must be signed in to change notification settings - Fork 29
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
"DEPENDENCY_TREE" is not allowed #129
Comments
Can you provide some more infos? Are you using the latest Version? What does your webpack-config look like? Can you show the code how you call webpack-validator? |
My guess is that |
Indeed, it does look like webpack-config add's "DEPENDENCY_TREE" to the config, however I'm still not able to get past [1] "DEPENDENCY_TREE" is not allowed. my current attempt to wrap the whole config at the root:
So with that the other rendition of "DEPENDENCY_TREE" are gone, but one still prevails :( |
ping @jonathanewerner who set this up. I'm not sure how to work around this issue. |
So there are two instances of the key Could you post the whole |
Sorry for the delay, I should have provided these to begin with, but no matter. Thank you gentlemen for your kind assistance in this matter! |
Your gist neither shows the resulting object nor the exact console output. :) Could you maybe copy&paste the output from |
|
Sorry, i am not able to reproduce your problem. Supplying |
@jonathanewerner sorry for the delay and here is as per request an isolated repo that reproduces the error: dependency-tree-issue |
I'm using Webpack2 and webpack-config and despite having everything working, I'm getting failed validation due to [1] "DEPENDENCY_TREE" is not allowed.
Whats that all about?
The text was updated successfully, but these errors were encountered: