Webpack can be optimized with the following command
webpack optimize minimize
webpack --optimize-minimize
webpack optimize -minimize
webpack --optimize--minimize
webpack --optimize/minimize
Answers
Answered by
0
Answer:
webpack --optimize-minimize
Explanation:
Answered by
2
Webpack can be optimized by using command, 'webpack --optimize-minimize'.
Option: (2)
Explanation:
- Webpack command has several advantages over the CLI experiences.
- These commands support for Webpack configuration in any language or compiler. They also support the Webpack configuration in YAML, JSON or JavaScript.
- The syntax will be $ Webpack <command> […options].
- The optimization will be done in three commands, such as
1. --optimize-max-chunks: It will try to keep the chunk count below.
2. --optimize-min-chunk-size: It will try to keep the chunk size above.
3. --optimize-minimize: It will minimize the JS and switch the loaders to the min.
To know more about webpack commands,
1) Which of the following software is necessary to install webpack
https://brainly.in/question/14539697
2)How can we find files in a pen drive when they are in hidden mode?
https://brainly.in/question/2669135
Similar questions