From 8f995db19febab5724bb6f051429d664384fb327 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 24 Jul 2021 12:53:53 -0500 Subject: [PATCH] Fix verrions returning null --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index 2d1bbd6..bf7c4bc 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -70,7 +70,7 @@ module.exports = function ( eleventyConfig ) { } // Bundle not found - return null + return {} }) eleventyConfig.addJavaScriptFunction('usingComponent', async function ( componentName ) {