Fix verrions returning null

This commit is contained in:
Sam Carlton 2021-07-24 12:53:53 -05:00
parent e0ac477581
commit 8f995db19f

View file

@ -70,7 +70,7 @@ module.exports = function ( eleventyConfig ) {
}
// Bundle not found
return null
return {}
})
eleventyConfig.addJavaScriptFunction('usingComponent', async function ( componentName ) {