Skip to content

Commit

Permalink
add ns-regexp to npm-module target (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored Jul 31, 2022
1 parent 973f888 commit 5e70dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/target-npm-module.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 5e70dba

Please sign in to comment.