fixed Validation message

This commit is contained in:
Tobias Koppers 2016-09-21 17:27:07 +02:00
parent bb9d307b2e
commit c231fe3e9d
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ describe("Validation", function() {
" Loaders should be updated to allow passing options via loader options in module.rules.",
" Until loaders are updated one can use the LoaderOptionsPlugin to pass these options to the loader:",
" plugins: {",
" // test: /\\.xxx$/, // may apply this only for some modules",
" new webpack.LoaderOptionsPlugin({",
" options: {",
" postcss: ...",