1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 22:45:15 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Force reset cache when bundle

This commit is contained in:
sunnylqm
2020-01-20 15:05:12 +08:00
parent c28eec436d
commit e9755392ec

View File

@@ -68,6 +68,7 @@ async function runReactNativeBundleCommand(
entryFile, entryFile,
'--platform', '--platform',
platform, platform,
'--reset-cache',
]); ]);
if (sourcemapOutput) { if (sourcemapOutput) {