Skip to content

Commit

Permalink
* add missing deps.edn step
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Nov 16, 2023
1 parent 10d8892 commit 0c60e5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/guides/code-splitting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ cd hello-modules
mkdir src
```

Create a `deps.edn` file that looks like the following:

[source,clojure]
```
{:deps {org.clojure/clojurescript {:mvn/version "1.11.54"}}}
```

Create a `build.edn` file that looks like the following:

[source,clojure]
Expand Down

0 comments on commit 0c60e5d

Please sign in to comment.