mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
Merge pull request #2987 from kassens/gh-only
Update cacheVersion in bundle.js
This commit is contained in:
commit
0386858586
@ -35,7 +35,7 @@ function getBundle(flags) {
|
||||
projectRoots: projectRoots,
|
||||
transformModulePath: require.resolve('../packager/transformer.js'),
|
||||
assetRoots: assetRoots,
|
||||
cacheVersion: '2',
|
||||
cacheVersion: '3',
|
||||
blacklistRE: blacklist(platform),
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user