Login
Remember
Register
Ask a Question
What does the "webpack" command do in ReactJS?
0
votes
asked
May 20, 2020
in
ReactJS
by
SakshiSharma
What does the "webpack" command do?
Transpiles all the Javascript down into one file
Runs react local development server.
A module bundler
#reactjs-webpack
#webpack
#webpack-reactjs
#webpack-command
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 21, 2020
by
Robindeniel
Webpack is a module bundler
...