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
Родитель c52a13186f
Коммит c6a9d0e69f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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