mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix(NA): dynamic dll plugin flow on needs compile.
This commit is contained in:
parent
179571c97f
commit
389715d279
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ export class DynamicDllPlugin {
|
|||
|
||||
this.afterCompilationEntryPaths = requires.sort().join('\n');
|
||||
compilation.needsDLLCompilation = (this.afterCompilationEntryPaths !== this.entryPaths)
|
||||
&& !this.dllCompiler.dllExistsSync();
|
||||
|| !this.dllCompiler.dllExistsSync();
|
||||
this.entryPaths = this.afterCompilationEntryPaths;
|
||||
|
||||
this.log(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue