@gedeagas/react-native-bundle-visualizer
Advanced tools
+1
-1
| { | ||
| "name": "@gedeagas/react-native-bundle-visualizer", | ||
| "version": "3.1.5", | ||
| "version": "3.1.6", | ||
| "description": "See what's inside your react-native bundle", | ||
@@ -5,0 +5,0 @@ "author": "gedeagas <gedeagas22@gmail.com>", |
@@ -137,3 +137,3 @@ #!/usr/bin/env node | ||
| console.log(bundleSizeMB + 'MB'); | ||
| return; | ||
| process.exit(0); | ||
| } | ||
@@ -239,4 +239,3 @@ | ||
| if (bundleSizeOnly) { | ||
| console.error('Error generating bundle'); | ||
| process.exit(1); | ||
| console.error(chalk.red('Error generating bundle'), error); | ||
| } else { | ||
@@ -243,0 +242,0 @@ console.log(chalk.red('=== error ==='), error); |
16016
0.02%226
-0.44%