Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and document "shallow recompiles" option #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

natevw
Copy link
Collaborator

@natevw natevw commented Dec 23, 2017

Recursively checking dependencies is the most correct, but it can also be very slow. This patch makes the choice configurable. By setting BROWSERIFY_SHALLOW_RECOMPILES true, only the entry point will be checked rather than all its dependencies.

@natevw
Copy link
Collaborator Author

natevw commented Dec 23, 2017

(This is related to #13 and #5, allowing the user to opt out of the fixes there if they prefer faster refreshes over correctness, particularly during development.)

@natevw
Copy link
Collaborator Author

natevw commented Feb 12, 2018

@j0hnsmith I think I could merge this myself, but I wouldn't be able to deploy to PyPI. Is this something you can release if it looks good to you?

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

Successfully merging this pull request may close these issues.

1 participant