We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbfec9 commit b7e144dCopy full SHA for b7e144d
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.4.13
2
+
3
+#### Fixed
4
5
+- default shadow build for cider-jack-in-cljs now works correctly
6
+ (.dir-locals.el)
7
8
## 2.4.12
9
10
#### Changed
resources/leiningen/new/re_frame/dir-locals.el
@@ -1,2 +1,2 @@
((nil . ((cider-default-cljs-repl . shadow)
- (cider-shadow-cljs-default-options . "app"))))
+ (cider-shadow-default-options . "app"))))
0 commit comments