@@ -32,7 +32,7 @@ Name | Description
32
32
[ ` LoaderOptionsPlugin ` ] ( /plugins/loader-options-plugin ) | Used for migrating from webpack 1 to 2
33
33
[ ` MinChunkSizePlugin ` ] ( /plugins/min-chunk-size-plugin ) | Keep chunk size above the specified limit
34
34
[ ` MiniCssExtractPlugin ` ] ( /plugins/mini-css-extract-plugin ) | creates a CSS file per JS file which requires CSS
35
- [ ` NoEmitOnErrorsPlugin ` ] ( /plugins/no-emit-on-errors-plugin ) | Skip the emitting phase when there are compilation errors
35
+ [ ` NoEmitOnErrorsPlugin ` ] ( /configuration/optimization/#optimization-noemitonerrors ) | Skip the emitting phase when there are compilation errors
36
36
[ ` NormalModuleReplacementPlugin ` ] ( /plugins/normal-module-replacement-plugin ) | Replace resource(s) that matches a regexp
37
37
[ ` NpmInstallWebpackPlugin ` ] ( /plugins/npm-install-webpack-plugin ) | Auto-install missing dependencies during development
38
38
[ ` ProvidePlugin ` ] ( /plugins/provide-plugin ) | Use modules without having to use import/require
0 commit comments