Skip to content

Commit aa09e97

Browse files
authored
Merge pull request webpack#6541 from webpack/schemas
fix(schemas/plugins): rm unnecessary `id`'s
2 parents dcc0997 + 8a888cf commit aa09e97

11 files changed

+0
-11
lines changed

schemas/plugins/BannerPlugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "BannerPlugin",
32
"definitions": {
43
"rule": {
54
"oneOf": [

schemas/plugins/DllPlugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "DllPlugin",
32
"additionalProperties": false,
43
"required": [
54
"path"

schemas/plugins/DllReferencePlugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "DllReferencePlugin",
32
"additionalProperties": false,
43
"anyOf": [
54
{

schemas/plugins/HashedModuleIdsPlugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "HashedModuleIdsPlugin",
32
"type": "object",
43
"additionalProperties": false,
54
"properties": {

schemas/plugins/LoaderOptionsPlugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "LoaderOptionsPlugin",
32
"type": "object",
43
"additionalProperties": true,
54
"properties": {

schemas/plugins/SourceMapDevToolPlugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "SourceMapDevToolPlugin",
32
"type": "object",
43
"additionalProperties": false,
54
"definitions": {

schemas/plugins/WatchIgnorePlugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "WatchIgnorePlugin",
32
"description": "A list of RegExps or absolute paths to directories or files that should be ignored",
43
"type": "array",
54
"items": {

schemas/plugins/debug/ProfilingPlugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "ProfilingPlugin",
32
"type": "object",
43
"additionalProperties": false,
54
"properties": {

schemas/plugins/optimize/AggressiveSplittingPlugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "AggressiveSplittingPlugin",
32
"type": "object",
43
"additionalProperties": false,
54
"properties": {

schemas/plugins/optimize/LimitChunkCountPlugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "LimitChunkCountPlugin",
32
"type": "object",
43
"additionalProperties": false,
54
"properties": {

0 commit comments

Comments
 (0)