We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4877963 commit ebf3539Copy full SHA for ebf3539
content/reference/compiler-options.adoc
@@ -343,6 +343,15 @@ be indexed and used if set to a truthy value. Defaults to `false`. (In
343
ClojureScript 1.10.339 and earlier, defaulted to `true`.)
344
See also `:install-deps`.
345
346
+[CAUTION]
347
+====
348
+The `:npm-deps` feature is in alpha status. Additionally, NPM dependencies
349
+configured in this manner are passed through Closure Compiler and not all NPM
350
+libraries contain Closure-compatible code.
351
+
352
+A reliable alternative can be found with <<xref/../../guides/webpack#,ClojureScript with Webpack>>.
353
354
355
[source,clojure]
356
----
357
:npm-deps {"lodash" "4.17.4"}
0 commit comments