Skip to content
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

Sass embedded 1.78.0 should allow to replace the pure js implementation #57

Open
sveetch opened this issue Oct 14, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@sveetch
Copy link
Owner

sveetch commented Oct 14, 2024

Is your feature request related to a problem? Please describe.

Recent dart-sass-embedded version finally include an executable that would allow to use it instead of the pure js implementation. The embedded host will be largely faster that the pure js one.

https://github.com/sass/dart-sass/blob/main/CHANGELOG.md#embedded-sass-2

Describe the solution you'd like

Use the embedded host instead of the pure js so it will fasten the CSS builds.

Additional context

However, embedded host or not won't fasten the build inside webpack that is more slower because of the JS pipeline.

@sveetch sveetch added the enhancement New feature or request label Oct 14, 2024
@sveetch sveetch changed the title Sass embedded 1.78.0 should allow to include Sass embedded 1.78.0 should allow to replace the pure js implementation Oct 14, 2024
@sveetch
Copy link
Owner Author

sveetch commented Dec 1, 2024

Worth to notice that with >1.77.6 there is a lot of new deprecation warning that we will have to silence. Bootstrap does not seems inclined to fix (see issue bootstrap/issues/40962) this before a new major release that we will wait for a long time. But the sass embedded performance feature seems more important.

@sveetch sveetch added this to v0.4.0 Dec 1, 2024
@sveetch sveetch moved this to Todo in v0.4.0 Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant