@@ -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 ,
0 commit comments