We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55af41d commit 6de343bCopy full SHA for 6de343b
README.md
@@ -21,6 +21,14 @@ The intention with DataScript is to be a basic building block in client-side app
21
[datascript "1.3.13"]
22
```
23
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
32
## Support us
33
34
<a href="https://patreon.com/tonsky" target="_blank"><img src="./extras/datascript_patreon.png"></a>
0 commit comments