Skip to content

Commit 0c60e5d

Browse files
committed
* add missing deps.edn step
1 parent 10d8892 commit 0c60e5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/guides/code-splitting.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ cd hello-modules
3333
mkdir src
3434
```
3535

36+
Create a `deps.edn` file that looks like the following:
37+
38+
[source,clojure]
39+
```
40+
{:deps {org.clojure/clojurescript {:mvn/version "1.11.54"}}}
41+
```
42+
3643
Create a `build.edn` file that looks like the following:
3744

3845
[source,clojure]

0 commit comments

Comments
 (0)