first commit
This commit is contained in:
7
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.d.ts
generated
vendored
Normal file
7
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn fix:special` to update
|
||||
*/
|
||||
declare const check: (options: import("../../../declarations/plugins/ids/OccurrenceChunkIdsPlugin").OccurrenceChunkIdsPluginOptions) => boolean;
|
||||
export = check;
|
6
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js
generated
vendored
Normal file
6
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/*
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn fix:special` to update
|
||||
*/
|
||||
"use strict";function r(t,{instancePath:e="",parentData:o,parentDataProperty:a,rootData:i=t}={}){if(!t||"object"!=typeof t||Array.isArray(t))return r.errors=[{params:{type:"object"}}],!1;{const e=0;for(const e in t)if("prioritiseInitial"!==e)return r.errors=[{params:{additionalProperty:e}}],!1;if(0===e&&void 0!==t.prioritiseInitial&&"boolean"!=typeof t.prioritiseInitial)return r.errors=[{params:{type:"boolean"}}],!1}return r.errors=null,!0}module.exports=r,module.exports.default=r;
|
11
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json
generated
vendored
Normal file
11
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "OccurrenceChunkIdsPluginOptions",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"prioritiseInitial": {
|
||||
"description": "Prioritise initial size over total size.",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
7
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.d.ts
generated
vendored
Normal file
7
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn fix:special` to update
|
||||
*/
|
||||
declare const check: (options: import("../../../declarations/plugins/ids/OccurrenceModuleIdsPlugin").OccurrenceModuleIdsPluginOptions) => boolean;
|
||||
export = check;
|
6
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js
generated
vendored
Normal file
6
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/*
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn fix:special` to update
|
||||
*/
|
||||
"use strict";function r(t,{instancePath:e="",parentData:o,parentDataProperty:a,rootData:i=t}={}){if(!t||"object"!=typeof t||Array.isArray(t))return r.errors=[{params:{type:"object"}}],!1;{const e=0;for(const e in t)if("prioritiseInitial"!==e)return r.errors=[{params:{additionalProperty:e}}],!1;if(0===e&&void 0!==t.prioritiseInitial&&"boolean"!=typeof t.prioritiseInitial)return r.errors=[{params:{type:"boolean"}}],!1}return r.errors=null,!0}module.exports=r,module.exports.default=r;
|
11
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json
generated
vendored
Normal file
11
app_vue/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "OccurrenceModuleIdsPluginOptions",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"prioritiseInitial": {
|
||||
"description": "Prioritise initial size over total size.",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user