Skip to content

Commit 89da1e5

Browse files
committed
fix typo
1 parent 603e2ad commit 89da1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bundle.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ async function runReactNativeBundleCommand({
164164
}
165165

166166
if (platform === 'harmony') {
167-
bundleName = 'harmony.bundle.js';
167+
bundleName = 'bundle.harmony.js';
168168
if (forceHermes === undefined) {
169169
// enable hermes by default for harmony
170170
forceHermes = true;
@@ -454,7 +454,7 @@ const ignorePackingFileNames = [
454454
'.',
455455
'..',
456456
'index.bundlejs.map',
457-
'harmony.bundle.js.map',
457+
'bundle.harmony.js.map',
458458
];
459459
const ignorePackingExtensions = ['DS_Store', 'txt.map'];
460460
async function pack(dir: string, output: string) {

0 commit comments

Comments
 (0)