Skip to content

Commit

Permalink
hotfix: silences JS api warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Marlon Ugocioni Marcello <[email protected]>
  • Loading branch information
marlonmarcello authored Dec 9, 2024
1 parent f8bf59c commit 87c67fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cooker/lib/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ async function styles(file) {
images_path: config.PUBLIC_DIRECTORY,
http_images_path: relativeOutput,
}),
silenceDeprecations: ['legacy-js-api'],
...config.OPTIONS.sassOptions(!isProduction, file),
},
async function (error, result) {
Expand Down

0 comments on commit 87c67fb

Please sign in to comment.