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.
This commit is contained in:
Jan Kassens
2015-09-23 15:24:50 -07:00
parent c52a13186f
commit c6a9d0e69f

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),
};