You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this approach, plugin code doesn’t need to import {} from "@11ty/eleventy";, which allows greater compatibility with existing CommonJS plugins and Eleventy 3.0 pre-Node 22.
With this approach, plugin code doesn’t need to
import {} from "@11ty/eleventy";
, which allows greater compatibility with existing CommonJS plugins and Eleventy 3.0 pre-Node 22.Supports:
@11ty/eleventy/html-base-plugin
@11ty/eleventy/i18n-plugin
@11ty/eleventy/render-plugin
@11ty/eleventy/inputpath-to-url-plugin
The text was updated successfully, but these errors were encountered: