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

Improve tree shaking #59

Open
xavierfoucrier opened this issue Dec 10, 2019 · 0 comments
Open

Improve tree shaking #59

xavierfoucrier opened this issue Dec 10, 2019 · 0 comments
Labels
core core code structure or architecture optimization optimization request
Milestone

Comments

@xavierfoucrier
Copy link
Owner

When using the package with a bundler, like webpack, the compiled source need to only contain code that is currently used by the application. For example, when the final application do not use the custom filter feature, this part of code need to be removed from the compiled source.

@xavierfoucrier xavierfoucrier added optimization optimization request core core code structure or architecture v2 labels Dec 10, 2019
@xavierfoucrier xavierfoucrier removed the v2 label Dec 26, 2019
@xavierfoucrier xavierfoucrier added this to the Instacam v2 milestone Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core core code structure or architecture optimization optimization request
Projects
None yet
Development

No branches or pull requests

1 participant