Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30d607b

Browse files
committed
frontend dependencies
- npm update - major version bump of test dependency jsdom
1 parent 927c908 commit 30d607b

3 files changed

Lines changed: 688 additions & 619 deletions

File tree

frontend/build.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ const sassPlugin: Plugin = {
3434
contents: compile(path, {
3535
// silence warnings that are caused by bootstrap
3636
// see https://github.com/twbs/bootstrap/issues/40849
37-
silenceDeprecations: ["color-functions", "global-builtin", "import"],
37+
silenceDeprecations: [
38+
"color-functions",
39+
"global-builtin",
40+
"if-function",
41+
"import",
42+
],
3843
}).css.toString(),
3944
resolveDir: dirname(path),
4045
loader: "css",

0 commit comments

Comments
 (0)