File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 4040 },
4141 "sourceMap" : {
4242 "type" : [ " string" , " boolean" ]
43+ },
44+ "emitWarningsAsErrors" : {
45+ "type" : [" boolean" ]
4346 }
4447 },
4548 "errorMessage" : {
5053 "syntax" : " should be {String|Object} (https://github.com/postcss/postcss-loader#syntax)" ,
5154 "stringifier" : " should be {String|Object} (https://github.com/postcss/postcss-loader#stringifier)" ,
5255 "plugins" : " should be {Array|Object|Function} (https://github.com/postcss/postcss-loader#plugins)" ,
53- "sourceMap" : " should be {String|Boolean} (https://github.com/postcss/postcss-loader#sourcemap)"
56+ "sourceMap" : " should be {String|Boolean} (https://github.com/postcss/postcss-loader#sourcemap)" ,
57+ "emitWarningsAsErrors" : " should be {Boolean} (https://github.com/postcss/postcss-loader#emitWarningsAsError)"
5458 }
5559 },
5660 "additionalProperties" : true
You can’t perform that action at this time.
0 commit comments