Closed minkyngkm closed 2 months ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-13754.
This message was autogenerated
I've run sass
with --verbose
against Vanilla itself to get the full list of deprecation warnings.
Note: this deprecation error only pops up in Vanilla if you upgrade our SASS dev dependency from 1.77.6 to 1.77.7 or later, as 1.77.7 introduced this deprecation.
I've opened a PR to suppress this warning for the time being. The long-term solution is covered in my new Issue, #5296, which will require considerably more work.
Describe the bug To update the React component on u.com, we had to add the esbuild sass plugin to the esbuild options to load sass files. When esbuild is building the JS files, building is working fine but I receive these warnings from the Sass files.
The PR where I’m getting these warnings is here.
These are some of the warnings I get:
To Reproduce
Steps to reproduce the behavior:
yarn
yarn build