Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Name some plugins you think are very important and helpful
Home
GulpJS
Name some plugins you think are very important and helpful
0
votes
asked
Jul 13, 2021
in
GulpJS
by
SakshiSharma
Name some plugins you think are very important and helpful
webpack-plugins
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 13, 2021
by
SakshiSharma
Few of the
Webpack Plugins
are listed below :
CommonsChunkPlugin - creates a separate file (known as a chunk), consisting of common modules shared between multiple entry points.
DefinePlugin - allows you to create global constants which can be configured at compile time.
HtmlWebpackPlugin - simplifies creation of HTML files to serve your webpack bundles.
ExtractTextWebpackPlugin - Extract text from a bundle, or bundles, into a separate file.
CompressionWebpackPlugin - Prepare compressed versions of assets to serve them with Content-Encoding.
...