From c6a9d0e69fe72ada0098a49468c275acd7c24700 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Wed, 23 Sep 2015 15:24:50 -0700 Subject: [PATCH] Update cacheVersion in bundle.js As requested by @vjeux, this moves the change to this file to a separate PR. For more info see #2905. --- local-cli/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/bundle.js b/local-cli/bundle.js index 0f80b06bf15460..b060cbe6e935f6 100644 --- a/local-cli/bundle.js +++ b/local-cli/bundle.js @@ -35,7 +35,7 @@ function getBundle(flags) { projectRoots: projectRoots, transformModulePath: require.resolve('../packager/transformer.js'), assetRoots: assetRoots, - cacheVersion: '2', + cacheVersion: '3', blacklistRE: blacklist(platform), };