Giter VIP home page Giter VIP logo

Comments (3)

ibbatta avatar ibbatta commented on May 11, 2024

I have the same question.
I though that "launch" is used only to open the browser, instead it's a flag to collect data. Maybe is an error

from webpackmonitor.

roachjc avatar roachjc commented on May 11, 2024

Hey @SidKwok & @ibbatta thanks for feedback! It should work so that { launch: false, capture: true } collects the data but does not launch the front end. I've just tested and seems to work.

Possibly it is not writing new data because the following conditions are not met. We implement these conditions to ensure that we are not just writing the same data over and over again.

!data.length ||
parsed.hash !== prev.hash ||
parsed.size !== prev.size ||
parsed.assets.length !== prev.assets.length ||
parsed.chunks.length !== prev.chunks.length

With parsed being the current build and and prev being the previous build. Maybe I can add a setting in there to collect everything irrespective, or feel free to submit a PR.

Thanks again! ๐Ÿ˜€

from webpackmonitor.

SidKwok avatar SidKwok commented on May 11, 2024

I build my bundles three times without changing anything, and its hash or size or whatever seems remain the same. I think it won't meet the conditions you give.

But would it be better if the front end page tells me that which bundles are the same?

Good project! I will keep digging out.

from webpackmonitor.

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.