Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 09551df

Browse files
authored
clarify on the default and why you'd install this
1 parent 18bd227 commit 09551df

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Cypress Browserify Preprocessor
22

3-
Cypress preprocessor for bundling JavaScript via browserify
3+
Cypress preprocessor for bundling JavaScript via browserify.
4+
5+
This is the default preprocessor that comes packaged with Cypress. You'd typically need to install this if you want to modify the default options we've configured.
6+
7+
Modifying the default options allows you to add support for things like:
8+
9+
- TypeScript
10+
- Babel Plugins
11+
- ES Presets
412

513
## Installation
614

0 commit comments

Comments
 (0)