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 f475126 commit 6613c7bCopy full SHA for 6613c7b
src/main/clojure/cljs/repl/browser.clj
@@ -308,9 +308,8 @@
308
(spit target
309
(build/build
310
'[(require '[clojure.browser.repl.preload])]
311
- {:optimizations :none
312
- :output-dir output-dir
313
- :opts-cache "brepl_opts.edn"}))))
+ (merge (select-keys opts cljsc/known-opts)
+ {:opts-cache "brepl_opts.edn"})))))
314
(repl/err-out
315
(println "Serving HTTP on" (:host repl-env) "port" (:port repl-env))
316
(println "Listening for browser REPL connect ..."))
0 commit comments