Skip to content
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

docs/document new minimum NodeJS LTS version requirements #159

Merged

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Dec 31, 2024

Related Issue

resolves #158

Summary of Changes

  1. Document new register API for NodeJS custom loaders
  2. Document the new minimum version needed

TODO

  1. Confirm correct minimum version - https://github.com/ProjectEvergreen/www.greenwoodjs.dev/pull/159/files#r1908044410
  2. Should call out compatibility with all current LTS Node versions - enhancement/issue 1202 bump to minimum supported NodeJS LTS versions greenwood#1372
  3. check adapter /hosting examples, e.g. 18.x
  4. has to merged after and updated for snippets added in this PR - feature/issue 96 enhanced copy to clipboard with PNPM docs #120

@thescientist13 thescientist13 added docs Greenwood specific content like docs and guides release/v0.31.0 labels Dec 31, 2024
Copy link

netlify bot commented Dec 31, 2024

Deploy Preview for super-tapioca-5987ce ready!

Name Link
🔨 Latest commit 5d4c795
🔍 Latest deploy log https://app.netlify.com/sites/super-tapioca-5987ce/deploys/679815ba02f9f0000803b2ce
😎 Deploy Preview https://deploy-preview-159--super-tapioca-5987ce.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -241,17 +241,26 @@ export default class PostPage extends HTMLElement {

## Custom Imports

To use custom imports on the server side for prerendering or SSR use cases (ex. CSS, JSON), you will need to invoke Greenwood using **NodeJS** from the CLI and pass it the `--loaders` flag along with the path to Greenwood's provided loader function.
To use custom imports (non JavaScript resources) on the server side for prerendering or SSR use cases, you will need to invoke Greenwood using **NodeJS** from the CLI and pass the `--imports` flag along with the path to Greenwood's provided register function. _**This feature requires NodeJS version `>=21.10.0`**_.

This comment was marked as resolved.

@thescientist13 thescientist13 changed the title document new minumum NodeJS requirements for SSR custom loaders docs/document new minumum NodeJS requirements for SSR custom loaders Jan 11, 2025
@thescientist13 thescientist13 changed the title docs/document new minumum NodeJS requirements for SSR custom loaders docs/document new minimum NodeJS requirements for SSR custom loaders Jan 11, 2025
@thescientist13 thescientist13 changed the title docs/document new minimum NodeJS requirements for SSR custom loaders docs/document new minimum NodeJS requirements Jan 25, 2025
@thescientist13 thescientist13 changed the title docs/document new minimum NodeJS requirements docs/document new minimum NodeJS LTS version requirements Jan 25, 2025
@thescientist13 thescientist13 force-pushed the docs/issue-158-latest-usage-for-nodejs-custom-loaders branch from c3360ad to 9a7bdf0 Compare January 27, 2025 23:20
@thescientist13 thescientist13 merged commit 35e68a5 into main Jan 27, 2025
5 checks passed
@thescientist13 thescientist13 deleted the docs/issue-158-latest-usage-for-nodejs-custom-loaders branch January 27, 2025 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Greenwood specific content like docs and guides release/v0.31.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

document latest usage and minimum NodeJS version for custom loaders usage
1 participant