@@ -84,6 +84,7 @@ exports[`gatsby-plugin-sharp fixed correctly infers the width when only the heig
84
84
" pluginOptions" : Object {
85
85
" base64Width" : 20 ,
86
86
" defaultQuality" : 50 ,
87
+ " failOnError" : true ,
87
88
" forceBase64Format" : " " ,
88
89
" lazyImageGeneration" : true ,
89
90
" stripMetadata" : true ,
@@ -139,6 +140,7 @@ exports[`gatsby-plugin-sharp fixed does not warn when the requested width is equ
139
140
" pluginOptions" : Object {
140
141
" base64Width" : 20 ,
141
142
" defaultQuality" : 50 ,
143
+ " failOnError" : true ,
142
144
" forceBase64Format" : " " ,
143
145
" lazyImageGeneration" : true ,
144
146
" stripMetadata" : true ,
@@ -194,6 +196,7 @@ exports[`gatsby-plugin-sharp fixed should give the same result with createJob as
194
196
" pluginOptions" : Object {
195
197
" base64Width" : 20 ,
196
198
" defaultQuality" : 50 ,
199
+ " failOnError" : true ,
197
200
" forceBase64Format" : " " ,
198
201
" lazyImageGeneration" : true ,
199
202
" stripMetadata" : true ,
@@ -235,6 +238,7 @@ exports[`gatsby-plugin-sharp fixed warns when the requested width is greater tha
235
238
" pluginOptions" : Object {
236
239
" base64Width" : 20 ,
237
240
" defaultQuality" : 50 ,
241
+ " failOnError" : true ,
238
242
" forceBase64Format" : " " ,
239
243
" lazyImageGeneration" : true ,
240
244
" stripMetadata" : true ,
@@ -304,6 +308,7 @@ exports[`gatsby-plugin-sharp fluid accepts srcSet breakpoints 1`] = `
304
308
" pluginOptions" : Object {
305
309
" base64Width" : 20 ,
306
310
" defaultQuality" : 50 ,
311
+ " failOnError" : true ,
307
312
" forceBase64Format" : " " ,
308
313
" lazyImageGeneration" : true ,
309
314
" stripMetadata" : true ,
@@ -345,6 +350,7 @@ exports[`gatsby-plugin-sharp fluid adds pathPrefix if defined 1`] = `
345
350
" pluginOptions" : Object {
346
351
" base64Width" : 20 ,
347
352
" defaultQuality" : 50 ,
353
+ " failOnError" : true ,
348
354
" forceBase64Format" : " " ,
349
355
" lazyImageGeneration" : true ,
350
356
" stripMetadata" : true ,
@@ -426,6 +432,7 @@ Array [
426
432
" pluginOptions" : Object {
427
433
" base64Width" : 20 ,
428
434
" defaultQuality" : 50 ,
435
+ " failOnError" : true ,
429
436
" forceBase64Format" : " " ,
430
437
" lazyImageGeneration" : true ,
431
438
" stripMetadata" : true ,
@@ -506,6 +513,7 @@ Array [
506
513
" pluginOptions" : Object {
507
514
" base64Width" : 20 ,
508
515
" defaultQuality" : 50 ,
516
+ " failOnError" : true ,
509
517
" forceBase64Format" : " " ,
510
518
" lazyImageGeneration" : true ,
511
519
" stripMetadata" : true ,
@@ -586,6 +594,7 @@ Array [
586
594
" pluginOptions" : Object {
587
595
" base64Width" : 20 ,
588
596
" defaultQuality" : 50 ,
597
+ " failOnError" : true ,
589
598
" forceBase64Format" : " " ,
590
599
" lazyImageGeneration" : true ,
591
600
" stripMetadata" : true ,
@@ -666,6 +675,7 @@ Array [
666
675
" pluginOptions" : Object {
667
676
" base64Width" : 20 ,
668
677
" defaultQuality" : 50 ,
678
+ " failOnError" : true ,
669
679
" forceBase64Format" : " " ,
670
680
" lazyImageGeneration" : true ,
671
681
" stripMetadata" : true ,
@@ -724,6 +734,7 @@ Array [
724
734
" pluginOptions" : Object {
725
735
" base64Width" : 20 ,
726
736
" defaultQuality" : 50 ,
737
+ " failOnError" : true ,
727
738
" forceBase64Format" : " " ,
728
739
" lazyImageGeneration" : true ,
729
740
" stripMetadata" : true ,
@@ -786,6 +797,7 @@ Array [
786
797
" pluginOptions" : Object {
787
798
" base64Width" : 20 ,
788
799
" defaultQuality" : 50 ,
800
+ " failOnError" : true ,
789
801
" forceBase64Format" : " " ,
790
802
" lazyImageGeneration" : true ,
791
803
" stripMetadata" : true ,
@@ -848,6 +860,7 @@ Array [
848
860
" pluginOptions" : Object {
849
861
" base64Width" : 20 ,
850
862
" defaultQuality" : 50 ,
863
+ " failOnError" : true ,
851
864
" forceBase64Format" : " " ,
852
865
" lazyImageGeneration" : true ,
853
866
" stripMetadata" : true ,
@@ -910,6 +923,7 @@ Array [
910
923
" pluginOptions" : Object {
911
924
" base64Width" : 20 ,
912
925
" defaultQuality" : 50 ,
926
+ " failOnError" : true ,
913
927
" forceBase64Format" : " " ,
914
928
" lazyImageGeneration" : true ,
915
929
" stripMetadata" : true ,
@@ -944,6 +958,7 @@ exports[`gatsby-plugin-sharp fluid does not change the arguments object it is gi
944
958
" pluginOptions" : Object {
945
959
" base64Width" : 20 ,
946
960
" defaultQuality" : 50 ,
961
+ " failOnError" : true ,
947
962
" forceBase64Format" : " " ,
948
963
" lazyImageGeneration" : true ,
949
964
" stripMetadata" : true ,
@@ -1013,6 +1028,7 @@ exports[`gatsby-plugin-sharp fluid ensure maxWidth is in srcSet breakpoints 1`]
1013
1028
" pluginOptions" : Object {
1014
1029
" base64Width" : 20 ,
1015
1030
" defaultQuality" : 50 ,
1031
+ " failOnError" : true ,
1016
1032
" forceBase64Format" : " " ,
1017
1033
" lazyImageGeneration" : true ,
1018
1034
" stripMetadata" : true ,
@@ -1123,6 +1139,7 @@ exports[`gatsby-plugin-sharp fluid infers the maxWidth if only maxHeight is give
1123
1139
" pluginOptions" : Object {
1124
1140
" base64Width" : 20 ,
1125
1141
" defaultQuality" : 50 ,
1142
+ " failOnError" : true ,
1126
1143
" forceBase64Format" : " " ,
1127
1144
" lazyImageGeneration" : true ,
1128
1145
" stripMetadata" : true ,
@@ -1164,6 +1181,7 @@ exports[`gatsby-plugin-sharp fluid keeps original file name 1`] = `
1164
1181
" pluginOptions" : Object {
1165
1182
" base64Width" : 20 ,
1166
1183
" defaultQuality" : 50 ,
1184
+ " failOnError" : true ,
1167
1185
" forceBase64Format" : " " ,
1168
1186
" lazyImageGeneration" : true ,
1169
1187
" stripMetadata" : true ,
@@ -1226,6 +1244,7 @@ exports[`gatsby-plugin-sharp fluid prevents duplicate breakpoints 1`] = `
1226
1244
" pluginOptions" : Object {
1227
1245
" base64Width" : 20 ,
1228
1246
" defaultQuality" : 50 ,
1247
+ " failOnError" : true ,
1229
1248
" forceBase64Format" : " " ,
1230
1249
" lazyImageGeneration" : true ,
1231
1250
" stripMetadata" : true ,
@@ -1295,6 +1314,7 @@ exports[`gatsby-plugin-sharp fluid reject any breakpoints larger than the origin
1295
1314
" pluginOptions" : Object {
1296
1315
" base64Width" : 20 ,
1297
1316
" defaultQuality" : 50 ,
1317
+ " failOnError" : true ,
1298
1318
" forceBase64Format" : " " ,
1299
1319
" lazyImageGeneration" : true ,
1300
1320
" stripMetadata" : true ,
@@ -1336,6 +1356,7 @@ exports[`gatsby-plugin-sharp fluid should give the same result with createJob as
1336
1356
" pluginOptions" : Object {
1337
1357
" base64Width" : 20 ,
1338
1358
" defaultQuality" : 50 ,
1359
+ " failOnError" : true ,
1339
1360
" forceBase64Format" : " " ,
1340
1361
" lazyImageGeneration" : true ,
1341
1362
" stripMetadata" : true ,
@@ -1392,6 +1413,7 @@ exports[`gatsby-plugin-sharp queueImageResizing with createJob file name works w
1392
1413
" pluginOptions" : Object {
1393
1414
" base64Width" : 20 ,
1394
1415
" defaultQuality" : 50 ,
1416
+ " failOnError" : true ,
1395
1417
" forceBase64Format" : " " ,
1396
1418
" lazyImageGeneration" : true ,
1397
1419
" stripMetadata" : true ,
@@ -1435,6 +1457,7 @@ exports[`gatsby-plugin-sharp queueImageResizing with createJob should round heig
1435
1457
" pluginOptions" : Object {
1436
1458
" base64Width" : 20 ,
1437
1459
" defaultQuality" : 50 ,
1460
+ " failOnError" : true ,
1438
1461
" forceBase64Format" : " " ,
1439
1462
" lazyImageGeneration" : true ,
1440
1463
" stripMetadata" : true ,
@@ -1478,6 +1501,7 @@ exports[`gatsby-plugin-sharp queueImageResizing with createJobV2 file name works
1478
1501
" pluginOptions" : Object {
1479
1502
" base64Width" : 20 ,
1480
1503
" defaultQuality" : 50 ,
1504
+ " failOnError" : true ,
1481
1505
" forceBase64Format" : " " ,
1482
1506
" lazyImageGeneration" : true ,
1483
1507
" stripMetadata" : true ,
@@ -1519,6 +1543,7 @@ exports[`gatsby-plugin-sharp queueImageResizing with createJobV2 should round he
1519
1543
" pluginOptions" : Object {
1520
1544
" base64Width" : 20 ,
1521
1545
" defaultQuality" : 50 ,
1546
+ " failOnError" : true ,
1522
1547
" forceBase64Format" : " " ,
1523
1548
" lazyImageGeneration" : true ,
1524
1549
" stripMetadata" : true ,
0 commit comments