We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kibana version: master
Describe the bug: When the optimizer is run on a previously cleaned repo it runs twice for some reason
Steps to reproduce:
Expected behavior: optimize should only run once initially
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-operations
Sorry, something went wrong.
@spalger I think this is not a bug but is an expected result from what is happening. We are in watch mode and as we are compiling the DLL in the first run (and creating/changing files like the entry file and the manifest) a new watch compilation is triggered. Maybe we need to do one more cache purge into the entry file here https://github.com/elastic/kibana/blob/master/src/optimize/dynamic_dll_plugin/dynamic_dll_plugin.js#L465 in order to avoid the second compilation
Yeah, it's probably fine to not consider this a bug
Successfully merging a pull request may close this issue.
Kibana version: master
Describe the bug: When the optimizer is run on a previously cleaned repo it runs twice for some reason
Steps to reproduce:
Expected behavior: optimize should only run once initially
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: