Minor Changes
-
Add support for serving configured leaf file assets via a new
filesoption increateAssetServer().Relative CSS
url()references are now resolved through the asset server, rewriting supported file assets to asset server URLs and surfacing errors for missing or unsupported files.
Patch Changes
-
Preserve
node_modulespackage symlink identity paths when rewriting script imports, while still reading, caching, and invalidating modules through their canonical real paths. -
Bumped
@remix-run/*dependencies: