Skip to content

Commit

Permalink
Update cacheVersion in bundle.js
Browse files Browse the repository at this point in the history
As requested by @vjeux, this moves the change to this file to a separate PR.

For more info see facebook#2905.
  • Loading branch information
kassens committed Sep 23, 2015
1 parent c52a131 commit c6a9d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function getBundle(flags) {
projectRoots: projectRoots,
transformModulePath: require.resolve('../packager/transformer.js'),
assetRoots: assetRoots,
cacheVersion: '2',
cacheVersion: '3',
blacklistRE: blacklist(platform),
};

Expand Down

0 comments on commit c6a9d0e

Please sign in to comment.