parcel-plugin-bundle-visualiser icon indicating copy to clipboard operation
parcel-plugin-bundle-visualiser copied to clipboard

A plugin for the parcel bundler to visualise bundle contents

Results 25 parcel-plugin-bundle-visualiser issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Can yargs dependency be updated to suppress this warning?

Background: We have a project that imports a lot of JPGs and fonts. These bundles were cluttering up the report and making it next to useless for analyzing our bundled...

In build servers reports are not important but `NODE_ENV` should be `production`. Is there a way to disable this by a flag?

## Current behavior Generate report if `process.env.NODE_ENV === 'production'` ## Proposed behavior As well as checking `NODE_ENV`, we leverage Parcel's `detailedReport` option to determine whether to generate a report. This...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

If I make a Node package, I don't want an extra `report.html` being dumped into my publish process. This adds an extra cleanup step if I want to use the...