From 5e70dbab7b407e9d3007660f862579ae4ee28900 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Sun, 31 Jul 2022 09:04:18 +0100 Subject: [PATCH] add ns-regexp to npm-module target (#72) See https://github.com/filipesilva/create-cljs-app/issues/303#issuecomment-964378523 --- docs/target-npm-module.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/target-npm-module.adoc b/docs/target-npm-module.adoc index 9eb3cfa..0c1b33d 100644 --- a/docs/target-npm-module.adoc +++ b/docs/target-npm-module.adoc @@ -4,6 +4,7 @@ create-react-app, ...) with little configuration. [horizontal] `:output-dir`:: The path for the output files are written to, defaults to `node_modules/shadow-cljs`. `:entries`:: (required) A vector of namespace symbols that should be compiled +`:ns-regexp`:: (optional) A regular expression matching namespaces against project files. This only scans files, and will not scan jars. .Example `shadow-cljs.edn` config ```