AndrewRayCode / webpack-cyclic-dependency-checker

Webpack cylic dependency checker. Does a depth-first traversal of webpack's stats.json output
31 stars 3 forks source link

Consider changing cli to support absolute paths. #1

Open jason-codaio opened 7 years ago

jason-codaio commented 7 years ago

Should be a one line change to in the cli.js to: const filePath = path.resolve( process.argv[ 2 ] );