Skip to content

Commit 02bbbe9

Browse files
committed
Fix incorrect location of :preloads config
1 parent 09f4173 commit 02bbbe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/powerlaces/boot_cljs_devtools.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
preloads (.getName in-file))
1919
(io/make-parents out-file)
2020
(-> spec
21-
(update-in [:preloads] #(into preloads %))
21+
(update-in [:compiler-options :preloads] #(into preloads %))
2222
pr-str
2323
((partial spit out-file))))))
2424

0 commit comments

Comments
 (0)