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.
index-node-modules
node-inputs
1 parent 81c37b9 commit 8f5d982Copy full SHA for 8f5d982
src/main/clojure/cljs/closure.clj
@@ -2121,7 +2121,7 @@
2121
(util/mkdirs deps-file)
2122
(with-open [w (io/writer deps-file)]
2123
(run! #(.write w (str "require('" % "');\n")) modules))
2124
- (node-inputs [{:file (.getAbsolutePath deps-file)}]))))))
+ (node-inputs [{:file (.getAbsolutePath deps-file)}] opts))))))
2125
2126
(defn process-js-modules
2127
"Given the current compiler options, converts JavaScript modules to Google
0 commit comments