Skip to content

Commit

Permalink
Mention externs for shadow-cljs users #432
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed May 20, 2022
1 parent 55af41d commit 6de343b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ The intention with DataScript is to be a basic building block in client-side app
[datascript "1.3.13"]
```

Important! If you are using shadow-cljs, add

```clj
:compiler-options {:externs ["datascript/externs.js"]}
```

to your build (see #432 #298 #216)

## Support us

<a href="https://patreon.com/tonsky" target="_blank"><img src="./extras/datascript_patreon.png"></a>
Expand Down

0 comments on commit 6de343b

Please sign in to comment.