Open threepointone opened 7 years ago
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.
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.