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
I'm using @angular-devkit/build-angular:browser executor (in Nx dev tools) and I can't get rid off thousands of warnings regarding SASS deprecations.
I have tried disabling them using sass.silenceDeprecations but I always get:
Data path "/stylePreprocessorOptions" must NOT have additional properties(sass). Pass --verbose to see the stacktrace.
I have discussed this same issue in the Nx repository and they are pointing to file an issue here since they always mimic angular-devkit available options.