diff --git a/package.json b/package.json index 9da3fff..f9aa3e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-update-cli", - "version": "1.43.3", + "version": "1.43.4", "description": "command line tool for react-native-update (remote updates for react native)", "main": "index.js", "bin": { diff --git a/src/bundle.ts b/src/bundle.ts index b1f194f..2f41187 100644 --- a/src/bundle.ts +++ b/src/bundle.ts @@ -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));