Skip to content

Commit c479467

Browse files
author
dnolen
committed
require browser REPL preload, now can use browser REPL on a project
that wasn't using it before.
1 parent d1cf0a3 commit c479467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/cljs/repl/browser.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
(-repl-options [this]
322322
{:browser-repl true
323323
:repl-requires
324-
'[[clojure.browser.repl]]
324+
'[[clojure.browser.repl] [clojure.browser.repl.preload]]
325325
:cljs.cli/commands
326326
{:groups {::repl {:desc "browser REPL options"}}
327327
:init

0 commit comments

Comments
 (0)