From e9755392ec041ab0a2f94f1bd206a5e604b68a20 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Mon, 20 Jan 2020 15:05:12 +0800 Subject: [PATCH] Force reset cache when bundle --- local-cli/src/bundle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/local-cli/src/bundle.js b/local-cli/src/bundle.js index 4d37351..26e69c2 100644 --- a/local-cli/src/bundle.js +++ b/local-cli/src/bundle.js @@ -68,6 +68,7 @@ async function runReactNativeBundleCommand( entryFile, '--platform', platform, + '--reset-cache', ]); if (sourcemapOutput) {