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
We're getting deprecation warnings like Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. when building our assets. This isn't a real problem yet, as assets still get build normally.
To Reproduce
Build the project's assets. The warnings will appear.
Expected behavior
We shouldn't be getting warnings.
Additional context
This seems to be an upstream issue, tracked here (also see here). If this was to be included in a future update of @wordpress/scripts though, we're currently stuck on an old version due to #2624.
The text was updated successfully, but these errors were encountered:
Describe the bug
We're getting deprecation warnings like
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
when building our assets. This isn't a real problem yet, as assets still get build normally.To Reproduce
Build the project's assets. The warnings will appear.
Expected behavior
We shouldn't be getting warnings.
Additional context
This seems to be an upstream issue, tracked here (also see here). If this was to be included in a future update of
@wordpress/scripts
though, we're currently stuck on an old version due to #2624.The text was updated successfully, but these errors were encountered: