Skip to content

Commit

Permalink
:provides must be set of symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Mar 16, 2018
1 parent 2955705 commit 5d4362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/shadow/build/js_support.clj
Expand Up @@ -18,7 +18,7 @@
;; since we can't stop closure from rewriting require("react") even when it shouldn't
;; we create a second alias var that it replaces the require with a var we actually created
commonjs-ns
(ModuleNames/fileToModuleName (str js-ns-alias))
(symbol (ModuleNames/fileToModuleName (str js-ns-alias)))

name
(str js-ns-alias ".js")]
Expand Down

0 comments on commit 5d4362e

Please sign in to comment.