Skip to content

Commit 1b7def0

Browse files
committed
CONSOLE-4806: Set cycle threshold to 0
1 parent e1c100a commit 1b7def0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/webpack.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ const config: Configuration = {
340340
if (CHECK_CYCLES === 'true') {
341341
new CircularDependencyPreset({
342342
exclude: /node_modules|public\/dist|\.(gql|html)$/,
343-
thresholds: { totalCycles: 14 }, // TODO(CONSOLE-4806): Set threshold to 0
344343
reportFile: '.webpack-cycles',
345344
}).apply(config.plugins);
346345
}

0 commit comments

Comments
 (0)