You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a companion to #878, would like to get support for other current formats working in NodeJS SSR.
TypeScript
I had started playing around with this as part of #992 and for someone it seems liked the TypeScript plugin serve function was not reading the file path correctly?
thescientist13
changed the title
support resource plugin based transformations for non "standard" module formats (ex: import TypeScript, GraphQL) in NodeJS SSR
support resource plugin based transformations for non "standard" module formats (ex: import TypeScript, GraphQL) for SSR
Nov 20, 2022
thescientist13
changed the title
support resource plugin based transformations for non "standard" module formats (ex: import TypeScript, GraphQL) for SSR
support resource plugin based transformations for non "standard" module formats (ex: TypeScript, GraphQL) for SSR
Oct 16, 2023
Overview
As a companion to #878, would like to get support for other current formats working in NodeJS SSR.
TypeScript
I had started playing around with this as part of #992 and for someone it seems liked the TypeScript plugin
serve
function was not reading the file path correctly?GraphQL
The main issue here is that it assumes import maps, which don't exist in NodeJS, so we might have to find another way to alias files.
Should also see how to factor in import assertions into this along with #923 when handling standard formats.
The text was updated successfully, but these errors were encountered: