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
Error logging while running loader
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
Is there any option to use "legacy-js-api" or any plan to fix this warning?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello @eAmin
I'm using esbuild-sass-plugin@3.3.1 with sass@1.77.8 got NO warning message like this.
Can you please provide more information of packages you're using?.
You may try to upgrade esbuild-sass-plugin and sass.
esbuild-sass-plugin have changed to use sass@1.45.1 and modern API compileString since v2.0.0.
Currently, esbuild-sass-plugin depend on sass@1.71.1 or sass-embedded@1.71.1 with fully modern API.
I'm pretty sure the warning message may not come from esbuild-sass-plugin. This warnings (legacy-js-api) may come from some processing in build pipeline (custom transform, other plugins...).
You may check the plugins you are using.
Ensure you're using latest version of esbuild-sass-plugin.
Hi
I've got this warning:
Is there any option to use "legacy-js-api" or any plan to fix this warning?
Thanks in advance
The text was updated successfully, but these errors were encountered: