-
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
module.loaders
is now module.rules
#136
Comments
I was unaware of this change. This is hugely significant. Can you show me where this is documented? |
Found info about this property here: https://github.com/webpack/webpack/releases/tag/v2.1.0-beta.23 So we need to support both. Would you like to [makeapullrequest.com](http://make a pull request.com)? |
Have a look at this see what you think I had to remove |
@kentcdodds I love to contribute, but I haven't worked with your codebase before and don't know how |
The changes will need to happen in here (both tests and source). We definitely want to support Webpack 2 and 1 I think. If there's a way to detect which version the user is using that'd be awesome. It's likely you'll have to get a basic understanding of Joi, the validation library we use. Good luck! And thank you! |
Hi guys,
I keep getting
[1] "loaders" is required
and[2] "rules" is not allowed
in my webpack 2 config.Can I use webpack-validator with latest webpack 2 release ?
The text was updated successfully, but these errors were encountered: