NxEnterprise
    Nx
  1. Overview
Sign in / Sign up

Nx

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • Succeeded
    36353

    f1c55cd4 fix(misc): resolve CSS url() assets on Windows in postcss-cli-resources On Windows, CSS `url(...)` assets failed to resolve with `RspackResolver(NotFound(...))` even when the file existed, most visibly when the workspace path contained spaces. The postcss-cli-resources plugin passed `pathToFileURL(resolvedPath).pathname` to the bundler resolver. That pathname is a URL path (`/C:/Users/...`, with spaces percent-encoded), not a filesystem path, so the resolver could not find it. On POSIX the URL pathname happens to equal the filesystem path, which is why the bug only surfaced on Windows. Resolve a relative filesystem path derived from `resolvedPath` instead, and drop the paired `decodeURI` that only existed to undo the pathname encoding. The change applies to the @nx/rspack, @nx/webpack, and @nx/angular-rspack copies of the plugin.

    by Leosvel Pé...

    L

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools