Skip to content

Commit

Permalink
build: silence legacy-js-api warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Oct 3, 2024
1 parent fbece86 commit cd7caa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default ({ mode }) => {
preprocessorOptions: {
scss: {
quietDeps: true,
silenceDeprecations: ['legacy-js-api'],
api: 'modern',
additionalData: `
@use 'sass:math';
Expand Down

0 comments on commit cd7caa9

Please sign in to comment.