We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842fc89 commit 09f4173Copy full SHA for 09f4173
2 files changed
src/powerlaces/boot_cljs_devtools.clj
@@ -10,7 +10,7 @@
10
(def ^:private deps '#{binaryage/devtools binaryage/dirac})
11
12
(defn- add-preloads! [in-file out-file]
13
- (let [preloads ['devtools.preload 'powerlaces.boot-cljs-devtools.dirac.preload]
+ (let [preloads ['devtools.preload 'powerlaces.boot-cljs-devtools.preload]
14
spec (-> in-file slurp read-string)]
15
(when (not= :nodejs (-> spec :compiler-options :target))
16
(util/info
…es/boot_cljs_devtools/dirac/preload.cljs …werlaces/boot_cljs_devtools/preload.cljssrc/powerlaces/boot_cljs_devtools/dirac/preload.cljs renamed to src/powerlaces/boot_cljs_devtools/preload.cljs
@@ -1,4 +1,4 @@
1
-(ns powerlaces.boot-cljs-devtools.dirac.preload
+(ns powerlaces.boot-cljs-devtools.preload
2
(:require [dirac.runtime]))
3
4
(dirac.runtime/install!)
0 commit comments