We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955fdbd commit 9034817Copy full SHA for 9034817
1 file changed
src/main/clojure/cljs/closure.clj
@@ -1762,9 +1762,10 @@
1762
(when-let [main (:main opts)]
1763
[main]))))
1764
(when (bundle? opts)
1765
- "window.require = function(lib) {\n"
1766
- " return npmDeps[lib];\n"
1767
- "}\n"))))))))
+ (str
+ "window.require = function(lib) {\n"
+ " return npmDeps[lib];\n"
1768
+ "}\n")))))))))
1769
1770
(defn fingerprinted-modules [modules fingerprint-info]
1771
(into {}
0 commit comments