diff --git a/next.config.js b/next.config.js index 452d44f1ea..b2ac87456a 100644 --- a/next.config.js +++ b/next.config.js @@ -36,15 +36,15 @@ const nextConfig = { ) } - config.plugins.push( - new CircularDependencyPlugin({ - exclude: /.next|node_modules/, - include: /src/, - // TODO: if all circular dependencies are resolved, set this argument to true - failOnError: false, - allowAsyncCycles: false, - }) - ) + // config.plugins.push( + // new CircularDependencyPlugin({ + // exclude: /.next|node_modules/, + // include: /src/, + // // TODO: if all circular dependencies are resolved, set this argument to true + // failOnError: false, + // allowAsyncCycles: false, + // }) + // ) return config },