0 votes
in GulpJS by
Name some plugins you think are very important and helpful

1 Answer

0 votes
by

Few of the Webpack Plugins are listed below :

  1. CommonsChunkPlugin - creates a separate file (known as a chunk), consisting of common modules shared between multiple entry points.
  2. DefinePlugin - allows you to create global constants which can be configured at compile time.
  3. HtmlWebpackPlugin - simplifies creation of HTML files to serve your webpack bundles.
  4. ExtractTextWebpackPlugin - Extract text from a bundle, or bundles, into a separate file.
  5. CompressionWebpackPlugin - Prepare compressed versions of assets to serve them with Content-Encoding.

Related questions

0 votes
asked Jul 13, 2021 in GulpJS by SakshiSharma
0 votes
asked Mar 22 in AWS by DavidAnderson
...