-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SSR Support #98
Labels
Comments
blackfalcon
added a commit
that referenced
this issue
Jan 19, 2024
This commit updates scripts and configs to support SSR style projects. Changes to be committed: renamed: .eslintrc.js -> .eslintrc.cjs modified: package-lock.json modified: package.json modified: packageScripts/postinstall.mjs renamed: scripts/postCss.js -> scripts/postCss.mjs new file: scripts/pre-commit.mjs
Merged
6 tasks
jason-capsule42
pushed a commit
that referenced
this issue
Jan 21, 2024
This commit updates scripts and configs to support SSR style projects. Changes to be committed: renamed: .eslintrc.js -> .eslintrc.cjs modified: package-lock.json modified: package.json modified: packageScripts/postinstall.mjs renamed: scripts/postCss.js -> scripts/postCss.mjs new file: scripts/pre-commit.mjs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in AlaskaAirlines/WC-Generator#457
Originally posted by blackfalcon January 9, 2024
As of Lit 2.0 it's been understood that LitElement web components will be supported inside common SSR environments. This discussion is for supporting the various updates needed to deliver this capability.
Scope
The scope of this issue is to update the repo with the following criteria
type="module"
to the./package.json
commitlint.config.js → commitlint.config.cjs
./package.json
"scripts"
referencesExit criteria
This issue can be closed once the local files have been deleted, the dependencies and scripts have been updated and the rebuilds successfully off of the auro-library resources.
All local dependencies should be up to date as well.
The text was updated successfully, but these errors were encountered: