mirror of https://github.com/webpack/webpack.git
fixed Validation message
This commit is contained in:
parent
bb9d307b2e
commit
c231fe3e9d
|
|
@ -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: ...",
|
||||
|
|
|
|||
Loading…
Reference in New Issue