migrate to register function for NodeJS custom imports (no more flag?) #1220
Labels
alpha.4
breaking
CLI
documentation
Greenwood specific docs
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
SSR
v0.31.0
Milestone
Summary
Although currently in RC, NodeJS implementation of custom loaders / imports / hooks is changing (in the better for Greenwood I think) moving from having to be be invoked with a flag (which is very clunky for downstream users
To something like this in our index.js instead
https://nodejs.org/api/module.html#customization-hooks
Details
Hopefully this lands as stable in a version of NodeJS soon, though I expect it to require a minimum NodeJS version given the release timeline, but hopefully in time for a 1.0 release on the Greenwood side.
This also means we should be able to remove all mentions of any pre-requisite configuration from our docs and would resolve #1217!
https://www.greenwoodjs.io/docs/server-rendering/#custom-imports
The text was updated successfully, but these errors were encountered: