Skip to content

Commit

Permalink
Clarify which build files are ignored by AVA
Browse files Browse the repository at this point in the history
Fixes #14.
  • Loading branch information
novemberborn committed Feb 16, 2020
1 parent e43f188 commit 2093768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Both keys and values of the `rewritePaths` object must end with a `/`. Paths are

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

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.

## Add additional extensions

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

0 comments on commit 2093768

Please sign in to comment.