- Notifications
You must be signed in to change notification settings - Fork2.6k
fix(bundling): remove migration always adding sass-embedded#30276
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vercelbot commentedMar 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for Git ↗︎
|
nx-cloudbot commentedMar 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
View yourCI Pipeline Execution ↗ for commit2db023a.
☁️Nx Cloud last updated this comment at |
648129f
intomasterUh oh!
There was an error while loading.Please reload this page.
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
There is a migration that always adds
sass-embedded
for Rspack and Webpack for 20.5Expected Behavior
sass-embedded
is already a dependency of Rspack and Webpack and therefore does not need to be added to users package.json - especially as they may not be using it.