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

Reduce bundle size by setting clone NPM module to noParse #28

Open
bergie opened this issue Sep 20, 2017 · 0 comments
Open

Reduce bundle size by setting clone NPM module to noParse #28

bergie opened this issue Sep 20, 2017 · 0 comments

Comments

@bergie
Copy link
Member

bergie commented Sep 20, 2017

The clone NPM module (used by fbp-graph, dependency of NoFlo) causes webpack to pull in a Buffer implementation that is unused. We can prevent this by setting that module to noParse

Should reduce bundle size by some 40KB

pvorb/clone#46

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