Skip to content

Commit 49f0897

Browse files
authored
Merge pull request webpack#3337 from webpack/allow-boolean-in-externals
Allow use of booleans in the `externals` option
2 parents 82a6898 + 0ddf5fd commit 49f0897

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

schemas/webpackOptionsSchema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@
8282
},
8383
{
8484
"type": "object"
85+
},
86+
{
87+
"type": "boolean"
8588
}
8689
]
8790
},

0 commit comments

Comments
 (0)