Skip to content

Commit

Permalink
fix broken module-hash-names
Browse files Browse the repository at this point in the history
closes #284
  • Loading branch information
thheller committed May 27, 2018
1 parent db0878b commit 093d682
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/shadow/build/targets/browser.clj
Expand Up @@ -396,8 +396,7 @@
(filter #(= :shadow-js (:type %)))
(map #(data/get-output! state %))
(map :js)
(into [prepend output])
(conj append)
(into [prepend output append])
(remove nil?)
(util/md5hex-seq))

Expand Down

0 comments on commit 093d682

Please sign in to comment.