• #dev 2025-05-15
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2025-05-15 UTC
# 19:59
btrem
and 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`?