diff --git a/local-cli/src/bundle.js b/local-cli/src/bundle.js index 44ebde3..3e04b5d 100644 --- a/local-cli/src/bundle.js +++ b/local-cli/src/bundle.js @@ -219,7 +219,7 @@ async function diffWithPackage(origin, next, output, originBundleName, transform await enumZipEntries(origin, (entry, zipFile) => { if (!/\/$/.test(entry.fileName)) { - const fn = transformPackagePath(entry.fileame); + const fn = transformPackagePath(entry.fileName); if (!fn) { return; }