nextjs-trace-to-tree
v1.0.3
Published
Next.js trace-to-tree CLI
Readme
nextjs-trace-to-tree
Next.js trace to tree CLI
Usage
- Generate trace file via
next buildcommand - Run
nextjs-trace-to-treecommand with trace file path
npm run build # next build
npx nextjs-trace-to-tree ./next/traceContributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT
MIT Vercel
- https://github.com/vercel/next.js/blob/canary/scripts/trace-to-tree.mjs
