mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-10-28 21:33:10 +08:00
fix typo
This commit is contained in:
@@ -164,7 +164,7 @@ async function runReactNativeBundleCommand({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (platform === 'harmony') {
|
if (platform === 'harmony') {
|
||||||
bundleName = 'harmony.bundle.js';
|
bundleName = 'bundle.harmony.js';
|
||||||
if (forceHermes === undefined) {
|
if (forceHermes === undefined) {
|
||||||
// enable hermes by default for harmony
|
// enable hermes by default for harmony
|
||||||
forceHermes = true;
|
forceHermes = true;
|
||||||
@@ -454,7 +454,7 @@ const ignorePackingFileNames = [
|
|||||||
'.',
|
'.',
|
||||||
'..',
|
'..',
|
||||||
'index.bundlejs.map',
|
'index.bundlejs.map',
|
||||||
'harmony.bundle.js.map',
|
'bundle.harmony.js.map',
|
||||||
];
|
];
|
||||||
const ignorePackingExtensions = ['DS_Store', 'txt.map'];
|
const ignorePackingExtensions = ['DS_Store', 'txt.map'];
|
||||||
async function pack(dir: string, output: string) {
|
async function pack(dir: string, output: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user