File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ contributors:
6
6
- rouzbeh84
7
7
- aretecode
8
8
- eko3alpha
9
+ - refactorized
9
10
---
10
11
11
12
webpack has a rich plugin interface. Most of the features within webpack itself use this plugin interface. This makes webpack ** flexible** .
@@ -18,6 +19,7 @@ Name | Description
18
19
[ ` CommonsChunkPlugin ` ] ( /plugins/commons-chunk-plugin ) | Extract common modules shared between chunks
19
20
[ ` CompressionWebpackPlugin ` ] ( /plugins/compression-webpack-plugin ) | Prepare compressed versions of assets to serve them with Content-Encoding
20
21
[ ` ContextReplacementPlugin ` ] ( /plugins/context-replacement-plugin ) | Override the inferred context of a ` require ` expression
22
+ [ ` CopyWebpackPlugin ` ] ( /plugins/copy-webpack-plugin ) | Copies individual files or entire directories to the build directory
21
23
[ ` DefinePlugin ` ] ( /plugins/define-plugin ) | Allow global constants configured at compile time
22
24
[ ` DllPlugin ` ] ( /plugins/dll-plugin ) | Split bundles in order to drastically improve build time
23
25
[ ` EnvironmentPlugin ` ] ( /plugins/environment-plugin ) | Shorthand for using the [ ` DefinePlugin ` ] ( ./define-plugin ) on ` process.env ` keys
You can’t perform that action at this time.
0 commit comments