GoScrobble/web/node_modules/webpack/schemas/plugins/optimize/OccurrenceOrderModuleIdsPlugin.json

12 lines
252 B
JSON
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
{
"title": "OccurrenceOrderModuleIdsPluginOptions",
"type": "object",
"additionalProperties": false,
"properties": {
"prioritiseInitial": {
"description": "Prioritise initial size over total size",
"type": "boolean"
}
}
}