Skip to content

Commit 0f26369

Browse files
author
dnolen
committed
CLJS-2588: cljs.main: Windows path issue compiling for Node
1 parent 04e55f8 commit 0f26369

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@
282282
(setOutputCharset (to-charset (:closure-output-charset opts "UTF-8"))) ;; only works > 20160125 Closure Compiler
283283
)
284284

285+
(. compiler-options (setResolveSourceMapAnnotations false)) ;; Windows bug in Closure it seems
286+
285287
compiler-options)
286288

287289
(defn ^CompilerOptions make-options

0 commit comments

Comments
 (0)