Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
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
Previous page
Previous
Next
Next page