Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: callstack/react-native-bundle-visualizer

v3.1.3

13 Feb 15:00

Choose a tag to compare

What's Changed

Full Changelog:v3.1.2...v3.1.3

Assets2
Loading
floydkim and Dwstn reacted with hooray emojiIjzerenHein and jackhuynh95 reacted with heart emoji
4 people reacted

v3.1.2

12 Jan 17:18

Choose a tag to compare

What's Changed

  • build(deps): bump react-native-reanimated from 2.2.0 to 2.10.0 in /test/Expo42 by@dependabot in#94
  • chore(deps): source map explorer version bump by@hurali97 in#101
  • fix: use patch version of RN64 to fix android build by@hurali97 in#103
  • fix: verbose bundle size output is no longer [object Object] by@omerg in#97
  • refactor: removed RN61 in favor of RN64 test by@hurali97 in#102

New Contributors

Full Changelog:v3.1.0...v3.1.2

Contributors

  • @omerg
  • @dependabot
  • @hurali97
omerg, dependabot, and hurali97
Loading
Theofilos-Chamalis, whalemare, todorone, and gelodgreat reacted with hooray emoji
4 people reacted

v3.1.0

16 Nov 15:21

Choose a tag to compare

  • Add support for Yarn monorepos by usingrequire.resolve to locate the react-native cli. (thank you @braden1996)
Loading

v3.0.0

23 Aug 10:14

Choose a tag to compare

Bug Fixes

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

Breaking changes

  • Removes the-expo command line option. As of Expo SDK 41 this option is no longer needed. Usereact-native-bundle-visualizer@2 for Expo SDK 40 or lower.
Loading
Simek reacted with hooray emoji
1 person reacted

v2.3.0

03 Aug 11:13

Choose a tag to compare

  • FixunknownApp 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
Loading
Simek reacted with rocket emoji
1 person reacted

v2.2.1

07 Jul 13:20

Choose a tag to compare

  • 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 (thankswilau2!)
  • Add--only-mapped option for excluding "unmapped" bytes from the output (thankswilau2!)
  • Updated dependencies to their latest versions
Loading

v2.1.1

10 Dec 09:35

Choose a tag to compare

  • 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
Loading

Uses `source-map-explorer` to visualize the Metro bundler output

01 Oct 17:51

Choose a tag to compare

This version switches to using the awesomesource-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 runnpx react-native-bundle-visualizer

Command line arguments

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

OptionDescriptionExample
platformPlatform to build (default isios)--platform android
devDev or production build (default isfalse)--dev false
entry-fileEntry-file (when omitted tries to auto-resolve it)--entry-file ./index.android.js
bundle-outputOutput bundle-file (default istmp)--bundle-output ./myapp.bundle
verboseDumps additional output to the console (default isfalse)--verbose
reset-cacheRemoves cached react-native files (default isfalse)--reset-cache
Loading

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

01 Aug 11:02

Choose a tag to compare

This version switches to using the awesomesource-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. Thesource-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 usingnpx without having to install any dependencies.

To use, just runnpx react-native-bundle-visualizer@next

Loading

v1.4.2

31 Jul 11:29

Choose a tag to compare

  • FixedCan't resolve 'node_modules/expo/AppEntry.js' error when using expo
  • Fixed certain expo-libs giving errors because they were not transpiled
Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp