You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 3.0.0 this plugin switched to sass-embedded it now relies on binaries to be available for all platforms. We also build for s390x and aarch64 (and likely ppc64) for which sass-embedded does not distribute binaries.
Would it be possible to maybe allow for either sass or sass-embedded to be a dependency of esbuild-sass-plugin. Looking at sass-loader and vite. This seems to be something npm can support.
I'm happy to write a patch to make this happen.
The text was updated successfully, but these errors were encountered:
I am looking into trying and providing both sass as default to work on any platform and leave sass-embedded as an option
...thank you for spotting this shortcoming! It sucks indeed
Since 3.0.0 this plugin switched to sass-embedded it now relies on binaries to be available for all platforms. We also build for s390x and aarch64 (and likely ppc64) for which sass-embedded does not distribute binaries.
Would it be possible to maybe allow for either
sass
orsass-embedded
to be a dependency of esbuild-sass-plugin. Looking at sass-loader and vite. This seems to be something npm can support.I'm happy to write a patch to make this happen.
The text was updated successfully, but these errors were encountered: