1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-10-28 21:33:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2025-10-25 15:52:53 +08:00
parent 603e2adf47
commit 89da1e5238

View File

@@ -164,7 +164,7 @@ async function runReactNativeBundleCommand({
}
if (platform === 'harmony') {
bundleName = 'harmony.bundle.js';
bundleName = 'bundle.harmony.js';
if (forceHermes === undefined) {
// enable hermes by default for harmony
forceHermes = true;
@@ -454,7 +454,7 @@ const ignorePackingFileNames = [
'.',
'..',
'index.bundlejs.map',
'harmony.bundle.js.map',
'bundle.harmony.js.map',
];
const ignorePackingExtensions = ['DS_Store', 'txt.map'];
async function pack(dir: string, output: string) {