Update dependencies

This commit is contained in:
heyarne 2021-04-19 19:18:45 +02:00
commit 300e38aac4
4 changed files with 23 additions and 34 deletions

View file

@ -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).