rschristian
released this
27 Sep 04:27
·
3 commits
to main
since this release
Minor Changes
2d768a1
#875 Thanks @JoviDeCroock! - Add a tsconfig-paths plugin that will check for a tsconfig and respect the paths option when present
c0b0b1b
#934 Thanks @takurinton! - Adds resource fetch shim for prererendering
e546afc
#935 Thanks @takurinton! - Add fetching external resources using native fetch API when Node.js version 18 later
Patch Changes
31583c7
#904 Thanks @rschristian! - Ensures config file has been merged before attempting to create output directory
dfa4cbd
#917 Thanks @rschristian! - Ensures TS config file is transpiled to ESM so that it can usedefineConfig
2465fbb
#895 Thanks @rschristian! - Fix lack of hydration when not returning prerender data
69b0496
#900 Thanks @rschristian! - Ensures leading newline in text nodes is not converted to whitespace
d5d8fff
#927 Thanks @rschristian! - Checks to ensure a sourcemap has sourcesContent before attempting to consume it
d9de528
#901 Thanks @rschristian! - Disables (non-actionable) browserslist warning
f75af7c
#905 Thanks @rschristian! - Corrects prerendering error message to indicate to the user that the last script tag, not first, in HTML is assumed to haveprerender()
21ec4f4
#913 Thanks @cristianbote! - When prerendering avoid replacing regex group token $1 when is present in html contents
b849238
#924 Thanks @rschristian! - Supports top-level await in dev
b38a8f2
#908 Thanks @rschristian! - Corrects duplicated information in CLI help menu