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 bbac9ec commit 8cebc32Copy full SHA for 8cebc32
src/main/clojure/cljs/cli.clj
@@ -459,7 +459,8 @@ present"
459
cenv (env/default-compiler-env)]
460
(env/with-compiler-env cenv
461
(if-let [path (:watch opts)]
462
- (when-not repl?
+ (if repl?
463
+ (build/build source opts cenv)
464
(build/watch path opts cenv))
465
(build/build source opts cenv))
466
(when repl?
0 commit comments