We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9d307 commit c231fe3Copy full SHA for c231fe3
1 file changed
test/Validation.test.js
@@ -100,6 +100,7 @@ describe("Validation", function() {
100
" Loaders should be updated to allow passing options via loader options in module.rules.",
101
" Until loaders are updated one can use the LoaderOptionsPlugin to pass these options to the loader:",
102
" plugins: {",
103
+ " // test: /\\.xxx$/, // may apply this only for some modules",
104
" new webpack.LoaderOptionsPlugin({",
105
" options: {",
106
" postcss: ...",
0 commit comments