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

Plugins are not run when cache is valid #145

Open
thieman opened this issue Dec 12, 2019 · 0 comments
Open

Plugins are not run when cache is valid #145

thieman opened this issue Dec 12, 2019 · 0 comments

Comments

@thieman
Copy link

thieman commented Dec 12, 2019

AutoDLL seems to bail out from the compile completely when it has a warm cache to work from. This extends to skipping the execution of any defined plugins in the AutoDLL config.

We have some plugins that we need to execute even if the cache is valid, in particular we are using an assets manifest that will fail our build in production if not all files are included.

I'm not knowledgeable enough to suggest exactly how this might look, but some way to designate a subset of plugins to run even in the cache case would be useful. For now, we have written a small plugin of our own to rebuild our assets manifest from cache when necessary.

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