File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ module.exports = (env) => ({
127
127
'guides/code-splitting-libraries' : '/guides/code-splitting/' ,
128
128
'guides/why-webpack' : '/comparison/' ,
129
129
'guides/production-build' : '/guides/production/' ,
130
- 'migrating' : '/migrate/3/'
130
+ 'migrating' : '/migrate/3/' ,
131
+ 'plugins/no-emit-on-errors-plugin' : '/configuration/optimization/#optimization-noemitonerrors'
131
132
} ,
132
133
} ) ,
133
134
]
You can’t perform that action at this time.
0 commit comments