-
Notifications
You must be signed in to change notification settings - Fork 12k
New Angular builder has issues with autoprefixer #30302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This was also mentionned in #26366. It's an upstream issue, Esbuild doesn't prefix |
This is not actionable from our end. The esbuild pipeline does not use autoprefixer, instead it relies on esbuild do the the vendor prefixing. In the case you are experiencing a property or value that is not being vendor prefixed correctly. Please feel free to file an issue directly with https://github.com/evanw/esbuild. |
From the MDN browser compatibility table, it appears that Link: https://developer.mozilla.org/en-US/docs/Web/CSS/width#browser_compatibility |
No, it's actually not supported by ANY browser when unprefixed: |
EDIT: Actually nevermind that. It's there just a different symbol than I'm used to seeing. MDN apparently doesn't consider it a vendor prefix even though it looks like one. |
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
Yes
Description
When switching to Vite builder in Angular 18/19 it causes autoprefixer to stop working
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/stackblitz-starters-kycexs5v
Please provide the exception or error you saw
remains unprefixed
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
Here's the same blitz but with old builder:
https://stackblitz.com/edit/stackblitz-starters-ggd5ztxb
As you can see this style:
is properly turned into this:
The text was updated successfully, but these errors were encountered: