mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-10-28 13:23:11 +08:00
fix typo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user