Skip to content

feature(plugins): #1633 lit ssr and css module scripts support#1645

Merged
thescientist13 merged 1 commit into
masterfrom
feature/issue-1633-lit-ssr-css-module-scripts-support
May 30, 2026
Merged

feature(plugins): #1633 lit ssr and css module scripts support#1645
thescientist13 merged 1 commit into
masterfrom
feature/issue-1633-lit-ssr-css-module-scripts-support

Conversation

@thescientist13

@thescientist13 thescientist13 commented Feb 21, 2026

Copy link
Copy Markdown
Member

Related Issue

resolves #1633

Documentation

N / A

Summary of Changes

  1. Update latest Lit SSR packages for CSS Module Scripts support

See minimal working reproduction here - thescientist13/lit-ssr-css-modules#2

TODO

  1. Waiting on a new Lit release for [labs/ssr-dom-shim] Register CSSStyleSheet polyfill in global scope when using Node.js hook for importing CSS files lit/lit#5240
  2. can we remove the need for the resolution? See https://github.com/ProjectEvergreen/greenwood/pull/1647/changes#r3253292087

Could Greenwood also self load its own custom loaders script too? 🤔

@thescientist13 thescientist13 self-assigned this Feb 21, 2026
@thescientist13 thescientist13 added Plugins Greenwood Plugins SSR feature New feature or request labels Feb 21, 2026
@thescientist13 thescientist13 force-pushed the feature/issue-1633-lit-ssr-css-module-scripts-support branch from c2760c6 to baa1e83 Compare May 16, 2026 01:20
@thescientist13 thescientist13 marked this pull request as ready for review May 16, 2026 14:11
@thescientist13 thescientist13 added documentation Greenwood specific docs and removed blocked labels May 16, 2026
@thescientist13 thescientist13 force-pushed the feature/issue-1633-lit-ssr-css-module-scripts-support branch from c2d65c2 to 8522891 Compare May 30, 2026 23:34
@thescientist13 thescientist13 merged commit 00005d0 into master May 30, 2026
10 of 12 checks passed
@thescientist13 thescientist13 deleted the feature/issue-1633-lit-ssr-css-module-scripts-support branch May 30, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Greenwood specific docs feature New feature or request Plugins Greenwood Plugins SSR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support CSS Module scripts in Lit SSR renderer plugin

1 participant