You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this file we can see we require logger ('./../config/logger') which is a workaround from getting a dependency cycle warning, since logger is required in index.js as well (the entry point). Thus forming a dependency cycle.
Is this best practice? Would this cause an incomplete import from happening if this boilerplate was expanded upon in some instances?
The text was updated successfully, but these errors were encountered:
In this file we can see we require logger ('./../config/logger') which is a workaround from getting a dependency cycle warning, since logger is required in index.js as well (the entry point). Thus forming a dependency cycle.
Is this best practice? Would this cause an incomplete import from happening if this boilerplate was expanded upon in some instances?
The text was updated successfully, but these errors were encountered: