Skip to content

Commit 5e70dba

Browse files
authored
add ns-regexp to npm-module target (#72)
See filipesilva/create-cljs-app#303 (comment)
1 parent 973f888 commit 5e70dba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/target-npm-module.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ create-react-app, ...) with little configuration.
44
[horizontal]
55
`:output-dir`:: The path for the output files are written to, defaults to `node_modules/shadow-cljs`.
66
`:entries`:: (required) A vector of namespace symbols that should be compiled
7+
`:ns-regexp`:: (optional) A regular expression matching namespaces against project files. This only scans files, and will not scan jars.
78

89
.Example `shadow-cljs.edn` config
910
```

0 commit comments

Comments
 (0)