We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b07eaa commit b49b74bCopy full SHA for b49b74b
img.js
@@ -795,7 +795,7 @@ function setupLogger(eleventyConfig, opts) {
795
796
function queueImage(src, opts) {
797
let eleventyConfig = opts?.eleventyConfig;
798
- if(opts?.eleventyConfig && opts.propertyIsEnumerable("eleventyConfig")) {
+ if(opts?.eleventyConfig && {}.propertyIsEnumerable.call(opts, "eleventyConfig")) {
799
delete opts.eleventyConfig;
800
Util.addConfig(eleventyConfig, opts);
801
}
0 commit comments