@@ -1037,6 +1037,77 @@ Object {
1037
1037
}
1038
1038
` ;
1039
1039
1040
+ exports [` createConfig use webpack stats 1` ] = `
1041
+ Object {
1042
+ " clientLogLevel" : " _clientLogLevel" ,
1043
+ " compress" : " _compress" ,
1044
+ " contentBase" : " _contentBase" ,
1045
+ " disableHostCheck" : " _disableHostCheck" ,
1046
+ " filename" : " _filename" ,
1047
+ " historyApiFallback" : " _historyApiFallback" ,
1048
+ " host" : " _foo" ,
1049
+ " hot" : " _hot" ,
1050
+ " hotOnly" : " _hotOnly" ,
1051
+ " https" : " _https" ,
1052
+ " inline" : " _inline" ,
1053
+ " lazy" : " _lazy" ,
1054
+ " noInfo" : true ,
1055
+ " open" : " _open" ,
1056
+ " openPage" : " _openPage" ,
1057
+ " pfxPassphrase" : " _pfxPassphrase" ,
1058
+ " port" : " _port" ,
1059
+ " progress" : " _progress" ,
1060
+ " public" : " _public" ,
1061
+ " publicPath" : " _publicPath" ,
1062
+ " quiet" : " _quiet" ,
1063
+ " socket" : " _socket" ,
1064
+ " stats" : Object {
1065
+ " assetsSort" : " size" ,
1066
+ },
1067
+ " useLocalIp" : " _useLocalIp" ,
1068
+ " watchContentBase" : " _watchContentBase" ,
1069
+ }
1070
+ ` ;
1071
+
1072
+ exports [` createConfig use webpack stats 2` ] = `
1073
+ Object {
1074
+ " devServer" : Object {
1075
+ " clientLogLevel" : " _clientLogLevel" ,
1076
+ " compress" : " _compress" ,
1077
+ " contentBase" : " _contentBase" ,
1078
+ " disableHostCheck" : " _disableHostCheck" ,
1079
+ " filename" : " _filename" ,
1080
+ " historyApiFallback" : " _historyApiFallback" ,
1081
+ " host" : " _foo" ,
1082
+ " hot" : " _hot" ,
1083
+ " hotOnly" : " _hotOnly" ,
1084
+ " https" : " _https" ,
1085
+ " inline" : " _inline" ,
1086
+ " lazy" : " _lazy" ,
1087
+ " noInfo" : true ,
1088
+ " open" : " _open" ,
1089
+ " openPage" : " _openPage" ,
1090
+ " pfxPassphrase" : " _pfxPassphrase" ,
1091
+ " port" : " _port" ,
1092
+ " progress" : " _progress" ,
1093
+ " public" : " _public" ,
1094
+ " publicPath" : " _publicPath" ,
1095
+ " quiet" : " _quiet" ,
1096
+ " socket" : " _socket" ,
1097
+ " stats" : Object {
1098
+ " assetsSort" : " size" ,
1099
+ },
1100
+ " useLocalIp" : " _useLocalIp" ,
1101
+ " watchContentBase" : " _watchContentBase" ,
1102
+ },
1103
+ " entry" : " ./app.js" ,
1104
+ " mode" : " development" ,
1105
+ " stats" : Object {
1106
+ " assetsSort" : " size" ,
1107
+ },
1108
+ }
1109
+ ` ;
1110
+
1040
1111
exports [` createConfig useLocalIp option (in devServer config) 1` ] = `
1041
1112
Object {
1042
1113
" hot" : true ,
@@ -1130,78 +1201,3 @@ Object {
1130
1201
},
1131
1202
}
1132
1203
` ;
1133
-
1134
- exports [` createConfig use webpack stats 1` ] = `
1135
- Object {
1136
- " clientLogLevel" : " _clientLogLevel" ,
1137
- " compress" : true ,
1138
- " contentBase" : " _contentBase" ,
1139
- " disableHostCheck" : " _disableHostCheck" ,
1140
- " filename" : " _filename" ,
1141
- " historyApiFallback" : " _historyApiFallback" ,
1142
- " host" : " foo" ,
1143
- " hot" : " _hot" ,
1144
- " hotOnly" : " _hotOnly" ,
1145
- " https" : true ,
1146
- " inline" : " _inline" ,
1147
- " lazy" : true ,
1148
- " noInfo" : true ,
1149
- " open" : " open" ,
1150
- " openPage" : " _openPage" ,
1151
- " pfxPassphrase" : " _pfxPassphrase" ,
1152
- " port" : " port" ,
1153
- " progress" : " progress" ,
1154
- " public" : " public" ,
1155
- " publicPath" : " _publicPath" ,
1156
- " quiet" : true ,
1157
- " socket" : " socket" ,
1158
- " stats" : Object {
1159
- " assetsSort" : " size" ,
1160
- " colors" : undefined ,
1161
- },
1162
- " useLocalIp" : true ,
1163
- " watchContentBase" : " _watchContentBase" ,
1164
- " watchOptions" : undefined ,
1165
- }
1166
- ` ;
1167
-
1168
- exports [` createConfig use webpack stats 2` ] = `
1169
- Object {
1170
- " devServer" : Object {
1171
- " clientLogLevel" : " _clientLogLevel" ,
1172
- " compress" : true ,
1173
- " contentBase" : " _contentBase" ,
1174
- " disableHostCheck" : " _disableHostCheck" ,
1175
- " filename" : " _filename" ,
1176
- " historyApiFallback" : " _historyApiFallback" ,
1177
- " host" : " foo" ,
1178
- " hot" : " _hot" ,
1179
- " hotOnly" : " _hotOnly" ,
1180
- " https" : true ,
1181
- " inline" : " _inline" ,
1182
- " lazy" : true ,
1183
- " noInfo" : true ,
1184
- " open" : " open" ,
1185
- " openPage" : " _openPage" ,
1186
- " pfxPassphrase" : " _pfxPassphrase" ,
1187
- " port" : " port" ,
1188
- " progress" : " progress" ,
1189
- " public" : " public" ,
1190
- " publicPath" : " _publicPath" ,
1191
- " quiet" : true ,
1192
- " socket" : " socket" ,
1193
- " stats" : Object {
1194
- " assetsSort" : " size" ,
1195
- " colors" : undefined ,
1196
- },
1197
- " useLocalIp" : true ,
1198
- " watchContentBase" : " _watchContentBase" ,
1199
- " watchOptions" : undefined ,
1200
- },
1201
- " entry" : " ./app.js" ,
1202
- " mode" : " development" ,
1203
- " stats" : Object {
1204
- " assetsSort" : " size" ,
1205
- },
1206
- }
1207
- ` ;
0 commit comments