We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1466d commit 9b55610Copy full SHA for 9b55610
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-update-cli",
3
- "version": "1.43.3",
+ "version": "1.43.4",
4
"description": "command line tool for react-native-update (remote updates for react native)",
5
"main": "index.js",
6
"bin": {
src/bundle.ts
@@ -477,7 +477,7 @@ async function uploadSourcemapForSentry(
477
}
478
479
const ignorePackingFileNames = ['.', '..', 'index.bundlejs.map'];
480
-const ignorePackingExtensions = ['DS_Store'];
+const ignorePackingExtensions = ['DS_Store','txt.map'];
481
async function pack(dir: string, output: string) {
482
console.log('Packing');
483
fs.ensureDirSync(path.dirname(output));
0 commit comments