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

Commit 46f2200

Browse files
committed
Merge branch 'master' of github.com:cypress-io/cypress-browserify-preprocessor
2 parents 991f87a + 09551df commit 46f2200

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)