fix(NA): dynamic dll plugin flow on needs compile.

This commit is contained in:
Tiago Costa 2018-09-04 15:42:01 +01:00
parent 179571c97f
commit 389715d279
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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(