Skip to content

Commit

Permalink
temporarily remove CircularDependencyPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 4, 2024
1 parent be3e975 commit ee7980c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit ee7980c

Please sign in to comment.