File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,6 @@ function processOptions(wpOpt) {
209
209
options . publicPath = "/" + options . publicPath ;
210
210
}
211
211
212
- if ( ! options . outputPath )
213
- options . outputPath = "/" ;
214
212
if ( ! options . filename )
215
213
options . filename = firstWpOpt . output && firstWpOpt . output . filename ;
216
214
Original file line number Diff line number Diff line change 2
2
"additionalProperties" : false ,
3
3
"properties" : {
4
4
"hot" : {
5
- "description" : " TODO ." ,
5
+ "description" : " Enables Hot Module Replacement ." ,
6
6
"type" : " boolean"
7
7
},
8
8
"hotOnly" : {
9
- "description" : " TODO ." ,
9
+ "description" : " Enables Hot Module Replacement without page refresh as fallback ." ,
10
10
"type" : " boolean"
11
11
},
12
12
"lazy" : {
28
28
}
29
29
]
30
30
},
31
- "outputPath" : {
32
- "description" : " TODO." ,
33
- "type" : " string"
34
- },
35
31
"publicPath" : {
36
32
"description" : " TODO." ,
37
33
"type" : " string"
You can’t perform that action at this time.
0 commit comments