Skip to content

Commit 6de343b

Browse files
committed
Mention externs for shadow-cljs users #432
1 parent 55af41d commit 6de343b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ The intention with DataScript is to be a basic building block in client-side app
2121
[datascript "1.3.13"]
2222
```
2323

24+
Important! If you are using shadow-cljs, add
25+
26+
```clj
27+
:compiler-options {:externs ["datascript/externs.js"]}
28+
```
29+
30+
to your build (see #432 #298 #216)
31+
2432
## Support us
2533

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

0 commit comments

Comments
 (0)