Code Monkey home page Code Monkey logo

Comments (15)

ai avatar ai commented on August 27, 2024

Interesting to know about esbuild-visualizer.

However, I will not have time for this feature. Can I ask you to make a PR adding new @size-limit/esbuild-why package using esbuild-visualizer?

from size-limit.

unional avatar unional commented on August 27, 2024

I can take a look when I get a chance.

from size-limit.

unional avatar unional commented on August 27, 2024

Hi @ai , I'm also done with it. One thing is that esbuild-visualizer seems to only output a html result.
That means we have to save it somewhere.

webpack-why have a saveBundle option. Is there a sensible default for that? Or esbuild usage would require both why and saveBundle to be defined?

from size-limit.

unional avatar unional commented on August 27, 2024

FYI I have a private project that esbuild size returns 116 kb while webpack return 22 kb. I wonder why there is such a big different.
First guess is that esbuild one didn't do tree shaking on the dependencies.

from size-limit.

unional avatar unional commented on August 27, 2024

Seems like there is some problem.

pnpm add -D @size-limit/preset-small-lib
 ERR_PNPM_NO_MATCHING_VERSION_INSIDE_WORKSPACE  In : No matching version found for @size-limit/[email protected] inside the workspace
 ```

The version strings are not updated during publish:

https://www.npmjs.com/package/@size-limit/preset-small-lib?activeTab=explore

Maybe they should be `workspace:^` or even `workspace:*`?

from size-limit.

ai avatar ai commented on August 27, 2024

Nope, the problem is with npm. When I started to release a small 8.2.1 fix, they block releasing some packages.

Install 8.2.0 for every package.

I will try to release 8.2.1 again later.

from size-limit.

ai avatar ai commented on August 27, 2024

I released the fix in 8.2.2.

from size-limit.

unional avatar unional commented on August 27, 2024

The 8.2.2 still have the same problem.

Seems like when you run pnpm bump, the preset-app, preset-big-lib, and preset-small-lib dependencies fields didn't get updated somehow.

I run it locally here is it seems to be working:
image

from size-limit.

ai avatar ai commented on August 27, 2024

The 8.2.2 still have the same problem.

What exactly problem do you have?

from size-limit.

unional avatar unional commented on August 27, 2024

What exactly problem do you have?

Unable to install @size-limit/preset-small-lib

pnpm add -D @size-limit/preset-small-lib
 ERR_PNPM_NO_MATCHING_VERSION_INSIDE_WORKSPACE  In : No matching version found for @size-limit/[email protected] inside the workspace

Because the version string workspace:8.2.2 is invalid. It should be 8.2.2

from size-limit.

unional avatar unional commented on August 27, 2024

btw, I use changsets in my libraries to manage releases. It works well with pnpm and monorepo. 🍻

from size-limit.

ai avatar ai commented on August 27, 2024

Unable to install @size-limit/preset-small-lib

Did you update size-limit and @size-limit/esbuild to 8.2.2?

Because the version string workspace:8.2.2 is invalid. It should be 8.2.2

We have workspace:8.2.2 only in devDependencies (which we remove on release). peerDependencies uses 8.2.2.

from size-limit.

unional avatar unional commented on August 27, 2024

We have workspace:8.2.2 only in devDependencies (which we remove on release). peerDependencies uses 8.2.2.

It's not. See the screenshot above. preset-* is dependencies and somehow not updated

The @size-limit/preset-small-lib uses @size-limit/esbuild as dependencies, so no need to install it explicitly.

from size-limit.

ai avatar ai commented on August 27, 2024

Got it. Try 8.2.3.

from size-limit.

unional avatar unional commented on August 27, 2024

Working now 🎉

from size-limit.

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.