js-dxtools / webpack-validator

Validates your webpack config with Joi
MIT License
295 stars 29 forks source link

output.library validation is not correct #91

Closed ivanbulanov closed 8 years ago

ivanbulanov commented 8 years ago

This should pass validation:

library: ["MyLibrary", "[name]"]

Example: https://github.com/webpack/webpack/blob/master/examples/multi-part-library/webpack.config.js

jonathanglasmeyer commented 8 years ago

Thanks for the report! Fixed. :+1: