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

Remove path if unused in scope? #3

Open
mattdesl opened this issue Jan 11, 2016 · 0 comments
Open

Remove path if unused in scope? #3

mattdesl opened this issue Jan 11, 2016 · 0 comments

Comments

@mattdesl
Copy link
Contributor

Not sure if this is dangerous. The path module does not have any side-effects that I know of, so we could remove it entirely from the program when the only usage has been stripped out. This would significantly reduce bundle size in browserify if you aren't already requiring path/process/etc. However, it might introduce an unexpected change for the end user.

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

No branches or pull requests

1 participant