Npx Visualize Bundle Versions Save

Analyse your React Native bundle in 1 command

1.4.0

3 years ago

Support youi engine

1.3.0

4 years ago

Minor Changes

  • Allow to create folder specified in --output option Adding additional options * --report - to allow change name or report. Default to 'report' * --keep - to allow keep bundle files inspected: bf6819bc24603bda6124a53573df19ec3aee1288
  • Command descriptions: a5d740201bc14a29438b671ebd60aa0d5c7e4ecc

Patches

  • Bump lodash from 4.17.11 to 4.17.15: 583e76b1e33fbf579c91f220e87a8085224d3434
  • Merge pull request #10 from JonnyBurger/dependabot/npm_and_yarn/lodash-4.17.15: c55fe66985d609b4676608183bfded0ff26c0e35

Credits

Thanks to @dlebedynskyi for adding the new options!

1.2.0

5 years ago

Minor Changes

  • Add option to analyze minified bundle: 3bce7959feac89dc3d5273ee5adcd6ef5ec18130
  • Control minification with --dev: d6c99e626141184805d4c0b6d2ae7a0e7b45a53c
  • Add option to analyze minified bundle: #7

Credits

Huge thanks to @levibuzolic for helping!

1.1.2

5 years ago

Patches

  • Add custom port: c2fbc16150f3985a022e89b4a6376568795da12c Thanks to @maxhungry

1.1.1

5 years ago
  • In the previous release, the output would get deleted immediately after the npx visualize-bundle is finished. This means you could not open the JSON file in the editor. Now the output is written to a temporary directory.

1.1.0

5 years ago

Features

  • New option: --json for outputting in JSON format instead of HTML (#3 - thanks @levibuzolic )
  • New option: --output [dir] for setting the output directory. (#2 - thanks @levibuzolic )

Bugfixes

  • Will work now if you have a index.js instead of a index.ios.js
  • If you specify --android, it will try to load index.android.js if it exists.

1.0.4

5 years ago