@gedeagas/react-native-bundle-visualizer
Advanced tools
+1
-1
| { | ||
| "name": "@gedeagas/react-native-bundle-visualizer", | ||
| "version": "3.1.4", | ||
| "version": "3.1.5", | ||
| "description": "See what's inside your react-native bundle", | ||
@@ -5,0 +5,0 @@ "author": "gedeagas <gedeagas22@gmail.com>", |
@@ -132,3 +132,3 @@ #!/usr/bin/env node | ||
| const stats = fs.statSync(bundleOutput); | ||
| const bundleSizeMB = Math.round((stats.size / (1024 * 1024)) * 100) / 100; | ||
| const bundleSizeMB = Math.round((stats.size / (1024 * 1024)) * 1000) / 1000; | ||
@@ -135,0 +135,0 @@ // If bundle-size-only option is enabled, output only the size in MB |
16012
0.01%