Giter Club home page Giter Club logo

Comments (4)

wmertens avatar wmertens commented on June 8, 2024

Oh wow, I just found out that the minified size is just the proportion of the output bundle. In the case of React that is very inaccurate because a lot of code is snipped when compiling for production.

I was thinking that the minified sizes were a reasonable estimate, but that is not the case here.

So maybe the warning about the minified size should be changed to be "minified sizes are an estimation based solely on the raw size".

from webpack-visualizer.

iAdramelk avatar iAdramelk commented on June 8, 2024

+1 here. Tried to debug the same situation. React in app bundle size was 60kb, size of react in separate bundle was 20kb.

Made line by line comparison of each file in the minimised bundle. Result:

  1. There was indeed some additional files added by react-addons which added 14kb.
  2. But each of the common file was exactly the same size and length.

So full size must be 34kb, not 60kb. Same results as @wmertens for react-dom. Even worse for lodash.

from webpack-visualizer.

littlebee avatar littlebee commented on June 8, 2024

+1 My bundle visualization says react-dom is 2M actual / 512.1k raw I can't correlate that to what I see in node_modules/react-dom/dist:
bwilkerson@IT-SEA14730-MBP:~/projects/zulily/htdocs_ems$ ls -lh app/v7/node_modules/react-dom/dist/
total 2904
-rw-r--r-- 1 bwilkerson CORP\Domain Users 560K Jun 14 17:00 react-dom-server.js
-rw-r--r-- 1 bwilkerson CORP\Domain Users 123K Jun 14 17:00 react-dom-server.min.js
-rw-r--r-- 1 bwilkerson CORP\Domain Users 638K Jun 14 17:00 react-dom.js
-rw-r--r-- 1 bwilkerson CORP\Domain Users 127K Jun 14 17:00 react-dom.min.js

webpack_visualizer

from webpack-visualizer.

jskorepa avatar jskorepa commented on June 8, 2024

I think that this is same issue as webpack-contrib/webpack-bundle-analyzer#161

from webpack-visualizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.