Skip to content

Commit e437e47

Browse files
committed
fix: Removed uneeded warnings from prod build
1 parent adb2045 commit e437e47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"output": "/content"
5353
}
5454
],
55+
"allowedCommonJsDependencies": ["svgcanvas", "svg-pan-zoom", "@swissprot/rhea-reaction-viz-test", "cytoscape-fcose", "lodash"],
5556
"styles": ["src/styles.scss"],
5657
"scripts": [],
5758
"stylePreprocessorOptions": {
@@ -68,8 +69,8 @@
6869
},
6970
{
7071
"type": "anyComponentStyle",
71-
"maximumWarning": "8kB",
72-
"maximumError": "16kB"
72+
"maximumWarning": "20kB",
73+
"maximumError": "25kB"
7374
}
7475
],
7576
"outputHashing": "all"

0 commit comments

Comments
 (0)