ReactJS MCQs with Answers

What does the "webpack" command do?
A)
A module bundler
B)
Runs react local development server.
C)
Transpiles all the Javascript down into one file
D)
None of the above

Correct Answer :   A module bundler