use webpack dependency tree instead of globbing
threepointone opened this issue · 0 comments
threepointone commented
right now, to parse out all the modules/routes in a project, we simply glob on base dir of entry file for .js files. we can (and should) do better by using the webpack dependency tree itself.