Skip to content

wmr 3.8.0

Latest
Compare
Choose a tag to compare
@rschristian rschristian released this 27 Sep 04:27
· 3 commits to main since this release
cc70ed6

Minor Changes

  • 2d768a1 #875 Thanks @JoviDeCroock! - Add a tsconfig-paths plugin that will check for a tsconfig and respect the paths option when present
  • 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
  • d5d8fff #927 Thanks @rschristian! - Checks to ensure a sourcemap has sourcesContent before attempting to consume it
  • 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 have prerender()
  • 21ec4f4 #913 Thanks @cristianbote! - When prerendering avoid replacing regex group token $1 when is present in html contents