mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-13 12:26:45 +08:00
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:
@@ -35,7 +35,7 @@ function getBundle(flags) {
|
||||
projectRoots: projectRoots,
|
||||
transformModulePath: require.resolve('../packager/transformer.js'),
|
||||
assetRoots: assetRoots,
|
||||
cacheVersion: '2',
|
||||
cacheVersion: '3',
|
||||
blacklistRE: blacklist(platform),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user