📄 MergeDuplicateChunksPlugin.json
/home/palash/git/site/node_modules/webpack/schemas/plugins/optimize/MergeDuplicateChunksPlugin.json
Language: json • Lines: 11
{
  "title": "MergeDuplicateChunksPluginOptions",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "stage": {
      "description": "Specifies the stage for merging duplicate chunks.",
      "type": "number"
    }
  }
}