Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 4fc6deb

Browse files
author
Dimitar Kerezov
committed
fix: do not rebuild every time
1 parent b726388 commit 4fc6deb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: lib/compiler.js

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ exports.runWebpackCompiler = function runWebpackCompiler(config, $mobileHelper,
2121
return resolveBase();
2222
}
2323

24-
if (hookArgs && hookArgs.config && hookArgs.config.changesInfo) {
25-
hookArgs.config.changesInfo.nativeChanged = true;
26-
}
27-
2824
let isResolved = false;
2925
function resolve() {
3026
if (isResolved) return;

0 commit comments

Comments
 (0)