mirror of https://github.com/webpack/webpack.git
fix(schemas/plugins): rm unnecessary `id`'s
This commit is contained in:
parent
dcc0997605
commit
8a888cf416
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "BannerPlugin",
|
||||
"definitions": {
|
||||
"rule": {
|
||||
"oneOf": [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "DllPlugin",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"path"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "DllReferencePlugin",
|
||||
"additionalProperties": false,
|
||||
"anyOf": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "HashedModuleIdsPlugin",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "LoaderOptionsPlugin",
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "SourceMapDevToolPlugin",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"definitions": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "ProfilingPlugin",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "AggressiveSplittingPlugin",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "LimitChunkCountPlugin",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "MinChunkSizePlugin",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue