Allow usage of sass-embedded instead of sass package
See original GitHub issueClear and concise description of the problem
Now that sass-embedded hit stable it would be nice to have it as an option for compiling sass/scss since it’s a lot faster. Currently if you try to use it as a replacement for the sass package, you’ll get the following error:
[vite] Internal server error: Preprocessor dependency "sass" not found. Did you install it?
Suggested solution
Add support for the sass-embedded package to be used instead of sass.
Alternative
No response
Additional context
No response
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.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:12
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Can I use sass-embedded as part of my sass-loader for my ...
config.js but I run into an error that states: Unknown Sass implementation "sass-embedded". I have sass-embedded installed as a module.
Read more >sass | JS API
The sass package on npm is a pure-JavaScript package built from the Dart Sass ... The asynchronous variants are much slower, but they...
Read more >sass-embedded - npm
Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol. Latest version: 1.57.1, last published: 3 days ...
Read more >sass-loader - webpack - JS.ORG
Sass Embedded is experimental and in beta , therefore some features may not work ... To avoid this overhead, you can use the...
Read more >swift-sass - Swift Package Index
swift-sass by John Fairhurst on the Swift Package Index – Embed the Dart Sass ... process and communicates with it using the Sass...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually works for me. One you may need configure paths
I tried aliasing the package:
which resulted in errors: