react-native-bundle-visualizer

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

MIT License

Downloads
118.6K
Stars
1.5K
Committers
7

Bot releases are hidden (Show)

react-native-bundle-visualizer - v3.1.3 Latest Release

Published by hurali97 over 1 year ago

react-native-bundle-visualizer - v3.1.2

Published by hurali97 almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/IjzerenHein/react-native-bundle-visualizer/compare/v3.1.0...v3.1.2

react-native-bundle-visualizer -

Published by IjzerenHein almost 3 years ago

  • Add support for Yarn monorepos by using require.resolve to locate the react-native cli. (thank you @braden1996)
react-native-bundle-visualizer -

Published by IjzerenHein about 3 years ago

Bug Fixes

  • Fixes @expo/metro-config resolving to old dependencies, causing problems with newer Expo SDK versions (removes this dependency entirely). See the discussion here.

Breaking changes

  • Removes the -expo command line option. As of Expo SDK 41 this option is no longer needed. Use react-native-bundle-visualizer@2 for Expo SDK 40 or lower.
react-native-bundle-visualizer -

Published by IjzerenHein about 3 years ago

  • Fix unknownApp name for Expo apps
  • Drop support for Node 10
  • Updated dependencies to their latest versions
  • Added tests for react-native 0.64 and Expo SDK 42
  • Expo apps using SDK 41 or higher no longer require --expo bare/managed
react-native-bundle-visualizer -

Published by IjzerenHein over 4 years ago

  • Add --expo [bare|managed] option to generate Expo accurate bundles and handle .expo files correctly
  • Add --format [html|json|tsv] option to output as json or tsv files (thanks wilau2!)
  • Add --only-mapped option for excluding "unmapped" bytes from the output (thanks wilau2!)
  • Updated dependencies to their latest versions
react-native-bundle-visualizer -

Published by IjzerenHein almost 5 years ago

  • Fixed build error when app-name contains special characters (Thanks! @ofiron01)
  • Added tests for RN61 and Expo35
  • Added CI support through Travis
  • Updated all dependencies to their latest versions
  • Removed all non-essential files from NPM package
react-native-bundle-visualizer - Uses `source-map-explorer` to visualize the Metro bundler output

Published by IjzerenHein about 5 years ago

This version switches to using the awesome source-map-explorer package which can visualize the output from the Metro bundler directly. This means that the Haul bundler is no longer used and it should therefore result in less build errors and more accurate results. The source-map-explorer package also provides an interactive User interface which allows you to navigate deeper into the source code.
Additionally, you can now run this version directly using npx without having to install any dependencies.

To use, just run npx react-native-bundle-visualizer

Command line arguments

All command-line arguments are optional. By default a production build will be created for the ios platform.

Option Description Example
platform Platform to build (default is ios) --platform android
dev Dev or production build (default is false) --dev false
entry-file Entry-file (when omitted tries to auto-resolve it) --entry-file ./index.android.js
bundle-output Output bundle-file (default is tmp) --bundle-output ./myapp.bundle
verbose Dumps additional output to the console (default is false) --verbose
reset-cache Removes cached react-native files (default is false) --reset-cache
react-native-bundle-visualizer - Updated to `source-map-explorer` and uses the standard Metro bundler

Published by IjzerenHein about 5 years ago

This version switches to using the awesome source-map-explorer package which can visualize the output from the Metro bundler directly. This means that the Haul bundler is no longer used and it should therefore result in less build errors and more accurate results. The source-map-explorer package also provides an interactive User interface which allows you to navigate deeper into the source code.
Additionally, you can now run this version directly using npx without having to install any dependencies.

To use, just run npx react-native-bundle-visualizer@next

react-native-bundle-visualizer -

Published by IjzerenHein about 5 years ago

  • Fixed Can't resolve 'node_modules/expo/AppEntry.js' error when using expo
  • Fixed certain expo-libs giving errors because they were not transpiled
react-native-bundle-visualizer -

Published by IjzerenHein over 5 years ago

  • Fixed react-hot-loader missing dependency issue with latest haul
  • Fixed new @react-native-community libs not transpiled correctly
Package Rankings
Top 2.33% on Npmjs.org
Top 8.17% on Proxy.golang.org
Related Projects