Skip to content

Commit

Permalink
fjerner silenceDeprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
mlp73 committed Jan 6, 2025
1 parent 0c62391 commit df7049e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/CustomPostCSSLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default class CustomPostCSSLoader {

// Custom kode fs.readFile er erstattet med sass for preprocessing
sass
.compileAsync(fileRelativePath, { silenceDeprecations: ['import'] })
.compileAsync(fileRelativePath)
.then((result) => {
this.core
.load(
Expand Down

0 comments on commit df7049e

Please sign in to comment.