Skip to content

Commit

Permalink
chore: silence errors from sass legacy api
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 18, 2024
1 parent e81d96b commit e0ffe57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const nextConfig = {
reactStrictMode: true,
sassOptions: {
implementation: 'sass-embedded',
// Seeting api to use modern compiler do not work
// api: 'modern-compiler',
silenceDeprecations: ['legacy-js-api'],
},
}

Expand Down

0 comments on commit e0ffe57

Please sign in to comment.