Block noisy console spam on build.

This commit is contained in:
Dermot Duffy
2024-09-08 19:51:50 -07:00
parent c77e0ad40b
commit 6fc4900c50
4 changed files with 36 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
# Patches
## `sass`
`sass` is patched to avoid printing out a noisy deprecation notice on every
build. `sass` is imported by `rollup-plugin-styler`, in a way that triggers this
message. The patch simply prevents this console spam.