We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09f4173 + 02bbbe9 commit d85166cCopy full SHA for d85166c
1 file changed
src/powerlaces/boot_cljs_devtools.clj
@@ -18,7 +18,7 @@
18
preloads (.getName in-file))
19
(io/make-parents out-file)
20
(-> spec
21
- (update-in [:preloads] #(into preloads %))
+ (update-in [:compiler-options :preloads] #(into preloads %))
22
pr-str
23
((partial spit out-file))))))
24
0 commit comments