Closed
Description
Clear and concise description of the problem
sass-loader v12.5 added an option to switch to sass.compileAsync
instead of the old sass.render
, allowing for use of the new Importer interface which supports @use
https://github.com/webpack-contrib/sass-loader#api
Suggested solution
Either switch to compileAsync
(breaking change though) or add a similar option as the webpack plugin for people who need the new API.
Alternative
No response
Additional context
Related: #3180
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.