Skip to content

Commit 2093768

Browse files
committed
Clarify which build files are ignored by AVA
Fixes #14.
1 parent e43f188 commit 2093768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Both keys and values of the `rewritePaths` object must end with a `/`. Paths are
3434

3535
Output files are expected to have the `.js` extension.
3636

37+
AVA searches your entire project for `*.js`, `*.cjs`, `*.mjs` and `*.ts` files (or other extensions you've configured). It will ignore such files found in the `rewritePaths` targets (e.g. `build/`). If you use more specific paths, for instance `build/main/`, you may need to change AVA's `files` configuration to ignore other directories.
38+
3739
## Add additional extensions
3840

3941
You can configure AVA to recognize additional file extensions. To add (partial†) JSX support:

0 commit comments

Comments
 (0)