first commit
This commit is contained in:
28
app_vue/node_modules/babel-loader/lib/schema.json
generated
vendored
Normal file
28
app_vue/node_modules/babel-loader/lib/schema.json
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"cacheDirectory": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"default": false
|
||||
},
|
||||
"cacheIdentifier": {
|
||||
"type": "string"
|
||||
},
|
||||
"cacheCompression": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"customize": {
|
||||
"type": "string",
|
||||
"default": null
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
Reference in New Issue
Block a user