Skip to content

Commit a9a5e08

Browse files
fix: no outdated plugin
1 parent 58c652b commit a9a5e08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/plugins/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Webpack has a rich plugin interface. Most of the features within webpack itself
3535
| [`MiniCssExtractPlugin`](/plugins/mini-css-extract-plugin) | creates a CSS file per JS file which requires CSS |
3636
| [`NoEmitOnErrorsPlugin`](/configuration/optimization/#optimizationemitonerrors) | Skip the emitting phase when there are compilation errors |
3737
| [`NormalModuleReplacementPlugin`](/plugins/normal-module-replacement-plugin) | Replace resource(s) that matches a regexp |
38-
| [`NpmInstallWebpackPlugin`](/plugins/install-webpack-plugin) | Auto-install missing dependencies during development |
3938
| [`ProgressPlugin`](/plugins/progress-plugin) | Report compilation progress |
4039
| [`ProvidePlugin`](/plugins/provide-plugin) | Use modules without having to use import/require |
4140
| [`SourceMapDevToolPlugin`](/plugins/source-map-dev-tool-plugin) | Enables a more fine grained control of source maps |

0 commit comments

Comments
 (0)