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.
1 parent f95a13b commit d30fa77Copy full SHA for d30fa77
src/main/clojure/cljs/env.cljc
@@ -51,7 +51,8 @@ state that is accessed/maintained by many different components."}
51
:cljs.analyzer/externs #?(:clj (externs/externs-map (:externs-sources options))
52
:cljs nil)
53
:options options}
54
- #?@(:clj [(when (= (:target options) :nodejs)
+ #?@(:clj [(when (and (= :nodejs (:target options))
55
+ (not (false? (:nodejs-rt options))))
56
{:node-module-index deps/native-node-modules})
57
{:js-dependency-index (deps/js-dependency-index options)}])))
58
0 commit comments