Skip to content

TURBOPACK: postcss windows transform path resolve#143

Merged
fireairforce merged 1 commit into
utoofrom
fix-postcss-win-path
May 6, 2026
Merged

TURBOPACK: postcss windows transform path resolve#143
fireairforce merged 1 commit into
utoofrom
fix-postcss-win-path

Conversation

@fireairforce
Copy link
Copy Markdown
Member

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the PostCSS transformation logic to prefer absolute system paths for the 'from' and 'to' fields, addressing path resolution issues on Windows. A compilation error was identified where a resolved FileSystemPath struct was passed to to_sys_path instead of the required Vc handle.

Comment thread turbopack/crates/turbopack-node/src/transforms/postcss.rs
@fireairforce fireairforce merged commit 8a9dac4 into utoo May 6, 2026
14 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: PostCSS from path doubled on Windows, causing module resolution failure

1 participant