saguijs / sagui

:monkey: Front-end tooling in a single dependency

Home Page:http://sagui.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect and error on circular dependencies

pirelenito opened this issue · comments

Circular dependencies are dangerous because it is hard to find that they are the cause if something is going wrong in the application.

The symptom of a circular dependency is usually an undefined value somewhere of a module, which can lead to problems.

https://github.com/aackerman/circular-dependency-plugin