Skip to content

Commit 8f5d982

Browse files
anmonteirodnolen
authored andcommitted
CLJS-1985: index-node-modules should pass opts to node-inputs
1 parent 81c37b9 commit 8f5d982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@
21212121
(util/mkdirs deps-file)
21222122
(with-open [w (io/writer deps-file)]
21232123
(run! #(.write w (str "require('" % "');\n")) modules))
2124-
(node-inputs [{:file (.getAbsolutePath deps-file)}]))))))
2124+
(node-inputs [{:file (.getAbsolutePath deps-file)}] opts))))))
21252125

21262126
(defn process-js-modules
21272127
"Given the current compiler options, converts JavaScript modules to Google

0 commit comments

Comments
 (0)