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 bundle reuse/cache for unchanged imports #808

Closed
skeggse opened this issue Jul 29, 2016 · 1 comment
Closed

Improve bundle reuse/cache for unchanged imports #808

skeggse opened this issue Jul 29, 2016 · 1 comment

Comments

@skeggse
Copy link
Contributor

skeggse commented Jul 29, 2016

If I change a file, but don't modify the imports, I'd like rollup to avoid rebuilding all the imported modules as well. I realize this might not always be possible, but it would speed up builds, which even when aggressively cached take half a minute.

EDIT: I may be misinformed - it looks like this should already be happening.

@TrySound
Copy link
Member

@skeggse Yep. We already introduced cache option and trying now to improve some things. Ref #723

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

2 participants