1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-11-07 09:53:39 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update version to 1.43.4 and add 'txt.map' to ignored packing extensions

This commit is contained in:
sunnylqm
2025-04-10 21:43:04 +08:00
parent 5d1466ddec
commit 9b55610675
2 changed files with 2 additions and 2 deletions

View File

@@ -477,7 +477,7 @@ async function uploadSourcemapForSentry(
}
const ignorePackingFileNames = ['.', '..', 'index.bundlejs.map'];
const ignorePackingExtensions = ['DS_Store'];
const ignorePackingExtensions = ['DS_Store','txt.map'];
async function pack(dir: string, output: string) {
console.log('Packing');
fs.ensureDirSync(path.dirname(output));