0 votes
in ReactJS by
retagged by
What is the use of "webpack" command in React.js?

a) The "webpack" command is used to transpile all the JavaScript down into one file.

b) It runs React local development server.

c) It is a module bundler.

d) None of the above.
...