We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7048d25 commit 303a839Copy full SHA for 303a839
frontend/webpack.config.ts
@@ -340,7 +340,6 @@ const config: Configuration = {
340
if (CHECK_CYCLES === 'true') {
341
new CircularDependencyPreset({
342
exclude: /node_modules|public\/dist|\.(gql|html)$/,
343
- thresholds: { totalCycles: 14 }, // TODO(CONSOLE-4806): Set threshold to 0
344
reportFile: '.webpack-cycles',
345
}).apply(config.plugins);
346
}
0 commit comments