btremand if I do as suggested at IWC (and in the etherpad) `(async()=>{const fnp1 = await import("eleventy-plugin-footnotes");})()`, when I try to load the plugin, eleventy complains that fnp1 is not defined. I guess because the promise is not resolved before `addPlugin`?