@@ -85,7 +85,7 @@ exports[`gatsby-plugin-sharp fixed correctly infers the width when only the heig
85
85
" pluginOptions" : Object {
86
86
" base64Width" : 20 ,
87
87
" defaultQuality" : 50 ,
88
- " failOnError " : true ,
88
+ " failOn " : " warning " ,
89
89
" forceBase64Format" : " " ,
90
90
" lazyImageGeneration" : true ,
91
91
" stripMetadata" : true ,
@@ -142,7 +142,7 @@ exports[`gatsby-plugin-sharp fixed does not warn when the requested width is equ
142
142
" pluginOptions" : Object {
143
143
" base64Width" : 20 ,
144
144
" defaultQuality" : 50 ,
145
- " failOnError " : true ,
145
+ " failOn " : " warning " ,
146
146
" forceBase64Format" : " " ,
147
147
" lazyImageGeneration" : true ,
148
148
" stripMetadata" : true ,
@@ -185,7 +185,7 @@ exports[`gatsby-plugin-sharp fixed warns when the requested width is greater tha
185
185
" pluginOptions" : Object {
186
186
" base64Width" : 20 ,
187
187
" defaultQuality" : 50 ,
188
- " failOnError " : true ,
188
+ " failOn " : " warning " ,
189
189
" forceBase64Format" : " " ,
190
190
" lazyImageGeneration" : true ,
191
191
" stripMetadata" : true ,
@@ -256,7 +256,7 @@ exports[`gatsby-plugin-sharp fluid accepts srcSet breakpoints 1`] = `
256
256
" pluginOptions" : Object {
257
257
" base64Width" : 20 ,
258
258
" defaultQuality" : 50 ,
259
- " failOnError " : true ,
259
+ " failOn " : " warning " ,
260
260
" forceBase64Format" : " " ,
261
261
" lazyImageGeneration" : true ,
262
262
" stripMetadata" : true ,
@@ -299,7 +299,7 @@ exports[`gatsby-plugin-sharp fluid adds pathPrefix if defined 1`] = `
299
299
" pluginOptions" : Object {
300
300
" base64Width" : 20 ,
301
301
" defaultQuality" : 50 ,
302
- " failOnError " : true ,
302
+ " failOn " : " warning " ,
303
303
" forceBase64Format" : " " ,
304
304
" lazyImageGeneration" : true ,
305
305
" stripMetadata" : true ,
@@ -382,7 +382,7 @@ Array [
382
382
" pluginOptions" : Object {
383
383
" base64Width" : 20 ,
384
384
" defaultQuality" : 50 ,
385
- " failOnError " : true ,
385
+ " failOn " : " warning " ,
386
386
" forceBase64Format" : " " ,
387
387
" lazyImageGeneration" : true ,
388
388
" stripMetadata" : true ,
@@ -464,7 +464,7 @@ Array [
464
464
" pluginOptions" : Object {
465
465
" base64Width" : 20 ,
466
466
" defaultQuality" : 50 ,
467
- " failOnError " : true ,
467
+ " failOn " : " warning " ,
468
468
" forceBase64Format" : " " ,
469
469
" lazyImageGeneration" : true ,
470
470
" stripMetadata" : true ,
@@ -546,7 +546,7 @@ Array [
546
546
" pluginOptions" : Object {
547
547
" base64Width" : 20 ,
548
548
" defaultQuality" : 50 ,
549
- " failOnError " : true ,
549
+ " failOn " : " warning " ,
550
550
" forceBase64Format" : " " ,
551
551
" lazyImageGeneration" : true ,
552
552
" stripMetadata" : true ,
@@ -628,7 +628,7 @@ Array [
628
628
" pluginOptions" : Object {
629
629
" base64Width" : 20 ,
630
630
" defaultQuality" : 50 ,
631
- " failOnError " : true ,
631
+ " failOn " : " warning " ,
632
632
" forceBase64Format" : " " ,
633
633
" lazyImageGeneration" : true ,
634
634
" stripMetadata" : true ,
@@ -688,7 +688,7 @@ Array [
688
688
" pluginOptions" : Object {
689
689
" base64Width" : 20 ,
690
690
" defaultQuality" : 50 ,
691
- " failOnError " : true ,
691
+ " failOn " : " warning " ,
692
692
" forceBase64Format" : " " ,
693
693
" lazyImageGeneration" : true ,
694
694
" stripMetadata" : true ,
@@ -752,7 +752,7 @@ Array [
752
752
" pluginOptions" : Object {
753
753
" base64Width" : 20 ,
754
754
" defaultQuality" : 50 ,
755
- " failOnError " : true ,
755
+ " failOn " : " warning " ,
756
756
" forceBase64Format" : " " ,
757
757
" lazyImageGeneration" : true ,
758
758
" stripMetadata" : true ,
@@ -816,7 +816,7 @@ Array [
816
816
" pluginOptions" : Object {
817
817
" base64Width" : 20 ,
818
818
" defaultQuality" : 50 ,
819
- " failOnError " : true ,
819
+ " failOn " : " warning " ,
820
820
" forceBase64Format" : " " ,
821
821
" lazyImageGeneration" : true ,
822
822
" stripMetadata" : true ,
@@ -880,7 +880,7 @@ Array [
880
880
" pluginOptions" : Object {
881
881
" base64Width" : 20 ,
882
882
" defaultQuality" : 50 ,
883
- " failOnError " : true ,
883
+ " failOn " : " warning " ,
884
884
" forceBase64Format" : " " ,
885
885
" lazyImageGeneration" : true ,
886
886
" stripMetadata" : true ,
@@ -916,7 +916,7 @@ exports[`gatsby-plugin-sharp fluid does not change the arguments object it is gi
916
916
" pluginOptions" : Object {
917
917
" base64Width" : 20 ,
918
918
" defaultQuality" : 50 ,
919
- " failOnError " : true ,
919
+ " failOn " : " warning " ,
920
920
" forceBase64Format" : " " ,
921
921
" lazyImageGeneration" : true ,
922
922
" stripMetadata" : true ,
@@ -987,7 +987,7 @@ exports[`gatsby-plugin-sharp fluid ensure maxWidth is in srcSet breakpoints 1`]
987
987
" pluginOptions" : Object {
988
988
" base64Width" : 20 ,
989
989
" defaultQuality" : 50 ,
990
- " failOnError " : true ,
990
+ " failOn " : " warning " ,
991
991
" forceBase64Format" : " " ,
992
992
" lazyImageGeneration" : true ,
993
993
" stripMetadata" : true ,
@@ -1082,7 +1082,7 @@ exports[`gatsby-plugin-sharp fluid infers the maxWidth if only maxHeight is give
1082
1082
" pluginOptions" : Object {
1083
1083
" base64Width" : 20 ,
1084
1084
" defaultQuality" : 50 ,
1085
- " failOnError " : true ,
1085
+ " failOn " : " warning " ,
1086
1086
" forceBase64Format" : " " ,
1087
1087
" lazyImageGeneration" : true ,
1088
1088
" stripMetadata" : true ,
@@ -1125,7 +1125,7 @@ exports[`gatsby-plugin-sharp fluid keeps original file name 1`] = `
1125
1125
" pluginOptions" : Object {
1126
1126
" base64Width" : 20 ,
1127
1127
" defaultQuality" : 50 ,
1128
- " failOnError " : true ,
1128
+ " failOn " : " warning " ,
1129
1129
" forceBase64Format" : " " ,
1130
1130
" lazyImageGeneration" : true ,
1131
1131
" stripMetadata" : true ,
@@ -1189,7 +1189,7 @@ exports[`gatsby-plugin-sharp fluid prevents duplicate breakpoints 1`] = `
1189
1189
" pluginOptions" : Object {
1190
1190
" base64Width" : 20 ,
1191
1191
" defaultQuality" : 50 ,
1192
- " failOnError " : true ,
1192
+ " failOn " : " warning " ,
1193
1193
" forceBase64Format" : " " ,
1194
1194
" lazyImageGeneration" : true ,
1195
1195
" stripMetadata" : true ,
@@ -1260,7 +1260,7 @@ exports[`gatsby-plugin-sharp fluid reject any breakpoints larger than the origin
1260
1260
" pluginOptions" : Object {
1261
1261
" base64Width" : 20 ,
1262
1262
" defaultQuality" : 50 ,
1263
- " failOnError " : true ,
1263
+ " failOn " : " warning " ,
1264
1264
" forceBase64Format" : " " ,
1265
1265
" lazyImageGeneration" : true ,
1266
1266
" stripMetadata" : true ,
@@ -1318,7 +1318,7 @@ exports[`gatsby-plugin-sharp queueImageResizing file name works with spaces & sp
1318
1318
" pluginOptions" : Object {
1319
1319
" base64Width" : 20 ,
1320
1320
" defaultQuality" : 50 ,
1321
- " failOnError " : true ,
1321
+ " failOn " : " warning " ,
1322
1322
" forceBase64Format" : " " ,
1323
1323
" lazyImageGeneration" : true ,
1324
1324
" stripMetadata" : true ,
@@ -1361,7 +1361,7 @@ exports[`gatsby-plugin-sharp queueImageResizing should round height when auto-ca
1361
1361
" pluginOptions" : Object {
1362
1362
" base64Width" : 20 ,
1363
1363
" defaultQuality" : 50 ,
1364
- " failOnError " : true ,
1364
+ " failOn " : " warning " ,
1365
1365
" forceBase64Format" : " " ,
1366
1366
" lazyImageGeneration" : true ,
1367
1367
" stripMetadata" : true ,
0 commit comments