Problem Statement
What does the “webpack” command do?
Explanation
Webpack is a module bundler that compiles and optimizes JavaScript, CSS, and assets into one or more bundles for production use.
Practice Sets
This question appears in the following practice sets: