The issue requests making the `repl output path` configurable. Currently it is hard coded at line 21 of `plugin/src/leiningen/cljsbuild.clj`. To implement, one would need to add a new option to the project configuration, read it in the plugin, and pass it to the REPL initialization. The change is isolated to that file and related configuration parsing.