Skip to content

Releases: callstack/react-native-bundle-visualizer

Updated to `source-map-explorer` and uses the standard Metro bundler

Choose a tag to compare

@IjzerenHein IjzerenHein released this 01 Aug 11:02

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

v1.4.2

Choose a tag to compare

@IjzerenHein IjzerenHein released this 31 Jul 11:29
  • Fixed Can't resolve 'node_modules/expo/AppEntry.js' error when using expo
  • Fixed certain expo-libs giving errors because they were not transpiled

v1.4.1

Choose a tag to compare

@IjzerenHein IjzerenHein released this 20 Mar 10:03
  • Fixed react-hot-loader missing dependency issue with latest haul
  • Fixed new @react-native-community libs not transpiled correctly