Less than 10 submissions
This document provides a list of common questions and answers about Webpack plugins.
Practice these questions and get feedbacks! It will help you improve your answer.
Ads section
1. What is the purpose of the `DefinePlugin` plugin?
2. What is the purpose of the `CopyWebpackPlugin` plugin?
3. What is the purpose of the `ExtractTextPlugin` plugin?
4. What is the purpose of the `HtmlWebpackPlugin` plugin?
5. What is the purpose of the `MiniCssExtractPlugin` plugin?
6. What is the purpose of the `UglifyJsPlugin` plugin?
7. What is the purpose of the `ProgressPlugin` plugin?
8. What is the purpose of the `CommonsChunkPlugin` plugin?
9. What is the purpose of the `OptimizeCssAssetsPlugin` plugin?
10. What is the purpose of the `HotModuleReplacementPlugin` plugin?