threepointone / rakt

fast websites, by default
291 stars 12 forks source link

use webpack dependency tree instead of globbing #3

Open threepointone opened 7 years ago

threepointone commented 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.