Skip to content

Commit c6a9d0e

Browse files
committed
Update cacheVersion in bundle.js
As requested by @vjeux, this moves the change to this file to a separate PR. For more info see facebook#2905.
1 parent c52a131 commit c6a9d0e

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)