We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063dd2d commit 868a5c3Copy full SHA for 868a5c3
src/options.json
@@ -14,5 +14,11 @@
14
"type": "number"
15
}
16
},
17
+ "errorMessages": {
18
+ "url": "should be {Boolean} (https://github.com/webpack-contrib/css-loader#url)",
19
+ "import": "should be {Boolean} (https://github.com/webpack-contrib/css-loader#import)",
20
+ "sourceMap": "should be {Boolean} (https://github.com/webpack-contrib/css-loader#sourcemap)",
21
+ "importLoaders": "should be {Number} (https://github.com/webpack-contrib/css-loader#importloaders)"
22
+ },
23
"additionalProperties": false
24
0 commit comments