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

feat: add decorator option to preprocessor function #29

Closed
wants to merge 3 commits into from

Conversation

baerrach
Copy link
Contributor

If the decorator function is supplied it will be called with the Browserify
instance allowing the user to call methods on the Browserify instance like
https://github.com/browserify/browserify#bignorefile

closes #28

If the decorator function is supplied it will be called with the Browserify
instance allowing the user to call methods on the Browserify instance like
https://github.com/browserify/browserify#bignorefile

closes cypress-io#28
@chrisbreiding
Copy link
Collaborator

This behavior is already covered by the onBundle option.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

need to expose browserify object not just options
2 participants