Update dependencies
This commit is contained in:
parent
b3813e51de
commit
300e38aac4
4 changed files with 23 additions and 34 deletions
|
|
@ -19,6 +19,12 @@ Similarly, a production-optimized app can be generated via
|
|||
npx shadow-cljs release :app
|
||||
```
|
||||
|
||||
If you want to get detailed info about bundle size, try:
|
||||
|
||||
``` sh
|
||||
npx shadow-cljs run shadow.cljs.build-report :app report.html
|
||||
```
|
||||
|
||||
The server component has to be started separately.
|
||||
You probably want to do this from within your editor while developing (see below).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue