fix(schemas/plugins): rm unnecessary `id`'s

This commit is contained in:
Michael Ciniawsky 2018-02-21 06:58:08 +01:00
parent dcc0997605
commit 8a888cf416
11 changed files with 0 additions and 11 deletions

View File

@ -1,5 +1,4 @@
{
"id": "BannerPlugin",
"definitions": {
"rule": {
"oneOf": [

View File

@ -1,5 +1,4 @@
{
"id": "DllPlugin",
"additionalProperties": false,
"required": [
"path"

View File

@ -1,5 +1,4 @@
{
"id": "DllReferencePlugin",
"additionalProperties": false,
"anyOf": [
{

View File

@ -1,5 +1,4 @@
{
"id": "HashedModuleIdsPlugin",
"type": "object",
"additionalProperties": false,
"properties": {

View File

@ -1,5 +1,4 @@
{
"id": "LoaderOptionsPlugin",
"type": "object",
"additionalProperties": true,
"properties": {

View File

@ -1,5 +1,4 @@
{
"id": "SourceMapDevToolPlugin",
"type": "object",
"additionalProperties": false,
"definitions": {

View File

@ -1,5 +1,4 @@
{
"id": "WatchIgnorePlugin",
"description": "A list of RegExps or absolute paths to directories or files that should be ignored",
"type": "array",
"items": {

View File

@ -1,5 +1,4 @@
{
"id": "ProfilingPlugin",
"type": "object",
"additionalProperties": false,
"properties": {

View File

@ -1,5 +1,4 @@
{
"id": "AggressiveSplittingPlugin",
"type": "object",
"additionalProperties": false,
"properties": {

View File

@ -1,5 +1,4 @@
{
"id": "LimitChunkCountPlugin",
"type": "object",
"additionalProperties": false,
"properties": {

View File

@ -1,5 +1,4 @@
{
"id": "MinChunkSizePlugin",
"additionalProperties": false,
"type": "object",
"required": [