This time we will focus on knowledge about modes in webpack. Check fortieth question of the quiz.
Which statements about webpack modes are true? Choose the best answer.
npx webpack --mode=development
- the development mode is under construction and should not be used
- there are only two modes: production and development
- the production mode enables full optimization
- the development mode contains no optimization
- the development mode makes debugging easier
For the correct answer scroll down
.
.
.
.
.
.
The correct answers are: d, e. For more information read Tutorial for webpack 4 - part 04 - Modes.