File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments