We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5c6df commit 9d78959Copy full SHA for 9d78959
1 file changed
schemas/webpackOptionsSchema.json
@@ -671,7 +671,11 @@
671
},
672
"properties": {
673
"Buffer": {
674
- "type": "boolean"
+ "enum": [
675
+ false,
676
+ true,
677
+ "mock"
678
+ ]
679
680
"__dirname": {
681
"enum": [
@@ -688,7 +692,11 @@
688
692
]
689
693
690
694
"console": {
691
695
696
697
698
699
700
701
"global": {
702
"type": "boolean"
@@ -761,7 +769,10 @@
761
769
"node",
762
770
"async-node",
763
771
"node-webkit",
764
- "electron"
772
+ "atom",
773
+ "electron",
774
+ "electron-main",
775
+ "electron-renderer"
765
776
766
777
767
778
{
0 commit comments