rollup-plugin-analyzer
rollup-plugin-analyzer copied to clipboard
Mad metrics for your rollup bundles, know all the things
I'm using this plugin and TS. This line is problematic: https://github.com/doesdev/rollup-plugin-analyzer/blob/0cbf5d0df632a7a15d0d47d2a935f7246c282a89/index.d.ts#L1 ```sh ../node_modules/.pnpm/[email protected]/node_modules/rollup-plugin-analyzer/index.d.ts:1:24 - error TS2307: Cannot find module 'rollup' or its corresponding type declarations. 1 import { Plugin }...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Hello, thanks for this plugin. I noticed a weird behavior when using the `writeTo` function. For some reason, when I set it up like the snippet below, my produced index.html...
The output of this plugin is definitely very informative. :+1: However, it's also a bit dry. There are a lot of opportunities for visualizations. In the Webpack world, there's [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer)....
Here's how i call it: `analyze({ summaryOnly: true, limit: 0 })` i see 2 set of values printed  I saw examples where it prints it only once? 🤔 I...