Skip to content

Commit

Permalink
fix: silence unhelpful js-api deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Sep 18, 2024
1 parent 129096d commit 94d367b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/webpack/loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const CSSLoader = {
sassOptions: {
importer: globImporter(),
outputStyle: 'compressed',
silenceDeprecations: ['legacy-js-api'],
},
},
},
Expand Down

0 comments on commit 94d367b

Please sign in to comment.