install-webpack-plugin icon indicating copy to clipboard operation
install-webpack-plugin copied to clipboard

Speed up development by automatically installing & saving dependencies with Webpack.

Results 53 install-webpack-plugin issues
Sort by recently updated
recently updated
newest added

**What kind of change does this PR introduce?** docs **Did you add tests for your changes?** NA **If relevant, did you update the documentation?** yes **Summary** add options table **Does...

**What kind of change does this PR introduce?** Test update **Did you add tests for your changes?** This PR aims at fixing the failing test suite. **If relevant, did you...

**What kind of change does this PR introduce?** fix **Did you add tests for your changes?** yes **If relevant, did you update the documentation?** NA **Summary** we were registering plugin...

**What kind of change does this PR introduce?** docs **Did you add tests for your changes?** NA **If relevant, did you update the documentation?** yes **Summary** add CODE_OF_CONDUCT. **Does this...

heelo, I in webpack5 use this plugin. run appears error: .babelrc is invalid JSON5, babel deps are skipped I don't know what to do。

Hi! How can I say to plugin ignore to install some package?

In my Vue.js source code, I have this line alert = require('alert') This in turn triggers `npm-install-plugin` to install `alert` and `alert.js`. The problem is the installation keeps repeating endlessly,...

Hi! Dependencies hasn't installed when I set process.env.NODE_ENV to "development" on Mac OS. ```cmd Installing underscore... Installing underscore... Installing underscore... Installing underscore... Hash: b6a12f64cf3c10156334 Version: webpack 3.5.5 Time: 5328ms Asset...

Can you add features to guard against typosquatting? E.g. require confirmation for packages with under a certain threshold of recent downloads.

type: Feature
flag: Community help wanted
status: Needs triage
priority: 5 (nice to have)

Addition of `webpack-defaults` & associated refactoring as a part of the next `Major` release Issue exists for status tracking across the organization. >Please do not close

type: Refactor