Merge pull request #2987 from kassens/gh-only

Update cacheVersion in bundle.js
This commit is contained in:
James Ide 2015-09-23 15:27:21 -07:00
commit 0386858586
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function getBundle(flags) {
projectRoots: projectRoots,
transformModulePath: require.resolve('../packager/transformer.js'),
assetRoots: assetRoots,
cacheVersion: '2',
cacheVersion: '3',
blacklistRE: blacklist(platform),
};