-
Notifications
You must be signed in to change notification settings - Fork 12k
SASS not working correctly with new builder #26523
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
Absolute imports are expected to fail as this used to work due to webpack specific behaviour. Please see: #26375 For the component budgets issue, please provide a minimal repro please. You can read here why this is needed. A good way to make a minimal repro is to create a new app via This might be related to your directory structure so its really important to get an accurate repro to diagnose this. |
Thanks so much for the response. I will be doing that this week then. Good to know about absolute paths, that was actually easy to fix with some replace all in the project, my main issue is the budget one because it stops us from deploying. I will try to recreate it on a repo and push it to github. Thanks so much for the quick response, appreciate it! |
Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. Please check out our submission guidelines to understand why we can't act on issues that are lacking important information. If the problem persists, please file a new issue and ensure you provide all of the required information when filling out the issue template. |
I was able to produce a reproduction repo for this budget issue, and it would seem the difference is the setting of https://github.com/HiReception/angular-esbuild-bug-demo Hopefully this can point to the root cause of the issue; I would prefer if we could continue to use source maps in production for other reasons, and it doesn't seem like this setting should have an impact on the budget assessment system. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Command
build
Is this a regression?
The previous version in which this bug was not present was
17.0.3
Description
This works in the same version 17.0.3 but with the previous builder. There are 2 main issues and happen with both "application" not the "browser-esbuild".
Minimal Reproduction
-@use with absolute paths on SCSS files and inline
-@use in component styles
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: