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 2014a9a commit 5c08298Copy full SHA for 5c08298
schema/schema.json
@@ -1,6 +1,7 @@
1
{
2
"$schema": "http://json-schema.org/draft-04/schema#",
3
"type": "object",
4
+ "additionalProperties": false,
5
"properties": {
6
"allChunks": {
7
"description": "",
schema/valid.js
@@ -8,7 +8,5 @@ module.exports = function validate(data) {
8
9
if(!valid) {
10
throw new Error("Your ExtractTextPlugin config is not correct. Please double check.");
11
- } else {
12
- console.log('your stuff works');
13
}
14
0 commit comments