Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation Warning: sass-loader breaking changes #2398

Open
alexvenetis opened this issue Dec 16, 2024 · 0 comments
Open

Deprecation Warning: sass-loader breaking changes #2398

alexvenetis opened this issue Dec 16, 2024 · 0 comments

Comments

@alexvenetis
Copy link

alexvenetis commented Dec 16, 2024

When upgrading sass-loader to version 16.0.4, I am getting the following compilation warning:

In order to get a successful complication of vue-material using webpack, had to suppress the following sass modules.

sass-loader webpack config to suppress warnings:

{
  loader: "sass-loader",
  options: {
    api: "modern-compiler",
    sassOptions: {
      silenceDeprecations: [
        'legacy-js-api',
        'slash-div',
        'color-functions',
        'global-builtin',
        'import',
      ]
    },
  },
},

More info can be found here:

https://sass-lang.com/documentation/js-api/interfaces/deprecations/

@alexvenetis alexvenetis changed the title Deprecation Warning: https://sass-lang.com/documentation/breaking-changes/color-functions/ Deprecation Warning: sass breaking changes - color-functions Dec 16, 2024
@alexvenetis alexvenetis changed the title Deprecation Warning: sass breaking changes - color-functions Deprecation Warning: sass breaking changes - color functions Dec 16, 2024
@alexvenetis alexvenetis changed the title Deprecation Warning: sass breaking changes - color functions Deprecation Warning: sass-loader breaking changes Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant