We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603e2ad commit 89da1e5Copy full SHA for 89da1e5
src/bundle.ts
@@ -164,7 +164,7 @@ async function runReactNativeBundleCommand({
164
}
165
166
if (platform === 'harmony') {
167
- bundleName = 'harmony.bundle.js';
+ bundleName = 'bundle.harmony.js';
168
if (forceHermes === undefined) {
169
// enable hermes by default for harmony
170
forceHermes = true;
@@ -454,7 +454,7 @@ const ignorePackingFileNames = [
454
'.',
455
'..',
456
'index.bundlejs.map',
457
- 'harmony.bundle.js.map',
+ 'bundle.harmony.js.map',
458
];
459
const ignorePackingExtensions = ['DS_Store', 'txt.map'];
460
async function pack(dir: string, output: string) {
0 commit comments