v1.3.4

dmtrKovalenko/fffv1.3.4Aug 6, 2026by harijoe

AI Summary

A build fix to prevent failures when views contain CSS with `url()` references like fonts or background images.

Key Highlights

  • Fixes build failure for CSS containing `url()`
  • Asset URL rewriting now applies to JS only, not CSS

Full Release Notes

Fixes a build failure for any view whose CSS contains a `url()` (a `@font-face`, a background image).

## Changes

- fix(1018): only rewrite asset URLs at runtime for JS, not CSS @thomaswelton (#1021)