Skip to content

Commit af0733f

Browse files
author
Jason Staten
committed
Add description for mode option. Fixes webpack#6135
Changed from being a copy of `amd` description.
1 parent 27d60f7 commit af0733f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/WebpackOptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@
10611061
},
10621062
"properties": {
10631063
"mode": {
1064-
"description": "Set the value of `require.amd` and `define.amd`.",
1064+
"description": "Enable production optimizations or development hints.",
10651065
"enum": [
10661066
"development",
10671067
"production",

0 commit comments

Comments
 (0)