webpack-dashboard icon indicating copy to clipboard operation
webpack-dashboard copied to clipboard

A CLI dashboard for webpack dev server

Results 41 webpack-dashboard issues
Sort by recently updated
recently updated
newest added

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

> Please provide a description of the bug / issue, and provide the details below: Getting a version skews problem reported for webpack, but can't figure out what is wrong...

Unverified

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Is it possible to use this plugin if I am executing my webpack from non-cli environment? I run my webpack compiler from a .ts file without cli scripts and it...

Unverified

The only really "expensive" thing that `inspectpack` does now is traverse a very limited set of `node_modules` directories to infer the dependency tree. We _could_ cache this if large projects...

Feature Request

> Please provide a description of the bug / issue, and provide the details below: After #284 has been merged, when closing the dashboard process using Ctrl-C, the node process...

Is it possible to configure how the names of the modules are displayed? This is how it looks like currently: ![image](https://user-images.githubusercontent.com/5119280/78667395-227bda80-78d9-11ea-8b71-4def1330d6f2.png) I'd expect to get for example `v2/eobuwie-ui/molecules/header-cart-btn/HeaderCartBtn.vue` instead of...

This is similar to #138 but maybe different enough that I'll risk opening a new issue instead of hijacking that one... I'm playing around with modifying a TypeScript project to...

Feature Request