Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

37 lines (19 loc) · 1.92 KB

@lit-labs/eleventy-plugin-lit

0.2.2

Patch Changes

  • #3006 da4e097b - Fix transform breakage in situations where outputPath is false (e.g. setting permalink: false or using the serverless plugin).

0.2.1

Patch Changes

  • #2797 5ae56da2 - Fix worker mode by ensuring worker file is run as ES module.

0.2.0

Minor Changes

  • #2591 a01ffdf6 - Add option to use worker threads instead of vm modules for isolated rendering and set this as the default mode which removes the need to use the --experimental-vm-modules flag. The vm mode is still available via config option and will require the flag.

    Potentially breaking due to the way Node's worker threads reads .js files as modules. See here for information on configuring components in worker mode.

Patch Changes

  • #2637 3cff5a21 - Update README to clarify using .cjs extension for eleventy config

0.1.1

Patch Changes

  • #2551 3e3aa21d - Fix issue related to "request for is not yet fulfilled" errors when loading multiple component modules.

0.1.0

Minor Changes

  • #2499 3efb256d - Initial release of @lit-labs/eleventy-plugin-lit