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
How do we get rid of these warnings without doing any hacks to silence them etc? I have tried every possible solution as I have a humongous project and we are trying to bring it up to the latest versions of everything (well of most of things). We dont use vite and we have configured to run using craco. For craco all I saw in the docs were here Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
But trying to add various config changes does not solve the issue. I keep getting hundreds of these warnings coming from sass-loader.
Anyone managed to get this to work using craco?
The text was updated successfully, but these errors were encountered:
You should ask this in the craco support system. We're only responsible for the JS API provided by Sass itself; we don't have any control over how third-party tools use that API.
How do we get rid of these warnings without doing any hacks to silence them etc? I have tried every possible solution as I have a humongous project and we are trying to bring it up to the latest versions of everything (well of most of things). We dont use vite and we have configured to run using craco. For craco all I saw in the docs were here Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
But trying to add various config changes does not solve the issue. I keep getting hundreds of these warnings coming from sass-loader.
Anyone managed to get this to work using craco?
The text was updated successfully, but these errors were encountered: