aackerman / circular-dependency-plugin

Detect circular dependencies in modules compiled with Webpack
https://www.npmjs.com/package/circular-dependency-plugin
ISC License
914 stars 46 forks source link

Make the output easier to read. #18

Closed jsg2021 closed 7 years ago

jsg2021 commented 7 years ago

I just added new lines. will look something like this:

Circular dependency detected:
__tests__/deps/e.js
-> __tests__/deps/f.js
-> __tests__/deps/g.js
-> __tests__/deps/e.js
aackerman commented 7 years ago

I appreciate the work here, but I'm fine with the output the way it is. I'm going to go ahead and close this.