Skip to content

Commit 0386858

Browse files
author
James Ide
committed
Merge pull request facebook#2987 from kassens/gh-only
Update cacheVersion in bundle.js
2 parents c52a131 + c6a9d0e commit 0386858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-cli/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function getBundle(flags) {
3535
projectRoots: projectRoots,
3636
transformModulePath: require.resolve('../packager/transformer.js'),
3737
assetRoots: assetRoots,
38-
cacheVersion: '2',
38+
cacheVersion: '3',
3939
blacklistRE: blacklist(platform),
4040
};
4141

0 commit comments

Comments
 (0)