Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 6, 2022
1 parent 9acaf02 commit 11f3c07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ Using dbg-swc to debug size issue of your next.js app:

1. Download one from the releases page
2. Rename it to `dbg-swc` and add it to your `PATH`.
3. `dbg-swc minify next check-size` in your next.js app
3. Install `terser` globally.

e.g `yarn global add terser`

4. `dbg-swc minify next check-size` in your next.js app

0 comments on commit 11f3c07

Please sign in to comment.