react-native-bundle-visualizer icon indicating copy to clipboard operation
react-native-bundle-visualizer copied to clipboard

See what packages are increasing your react-native bundle size 📦

Results 40 react-native-bundle-visualizer issues
Sort by recently updated
recently updated
newest added

```js Error: Unable to resolve module @/auth/my.device.slice from ``` `@` path alias is defined in `tsconfig.json` ```json "compilerOptions": { ... "paths": { "@/*": ["src/*"] } ```

After running: `yarn run react-native-bundle-visualizer` I get this as output: ``` Bundle is 7.82 MB in size (unchanged since last run) Unable to map 1252691/8196479 bytes (15.28%) ``` However, our...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Hi, I ran `npx react-native-bundle-visualizer` And I a .bundle and a .bundle.map are generated. Now how can visualize the source-map ?

Proposed change: Accept a `--config` argument & pass it on to react native bundle command. Example usage - `react-native-bundle-visualizer --platform android --config metro+esbuild.config.js` Why is this needed: It'll be easier...

Using latest version with latest version of RN (0.73.5) and the output contains no details for any of the tabs. Main section is blank. ![visualizer](https://github.com/IjzerenHein/react-native-bundle-visualizer/assets/22921326/c1a7cc4d-d8ca-47b3-b301-6a69e4748811)

What does EOLs represent in the bundle?

@IjzerenHein Here is the error description and screenshot attached:- **Terminal Error:-** ` Generating bundle... Welcome to Metro v0.80.8 Fast - Scalable - Integrated info Writing bundle output to:, /var/folders/j1/94jpb7rx3m9fwb1b1jzy965c0000gp/T/react-native-bundle-visualizer/AwesomeProject/ios.bundle info...

Fix Error: Getting some error while trying to execute the command "npx react-native-bundle-visualizer" #127 ## Description ## Changes - Implemented a custom file filter to exclude irrelevant directories from the...