Computer Science, asked by aadithya3857, 1 year ago

Which of these softwares is necessary to install webpack



all the options



visual basic



none of the options



node.Js



jvm?

Answers

Answered by Anonymous
0

Pre-requistes. We assume you have node and npm already installed.

Answered by lovingheart
0

Answer:

node.js, jvm  softwares is necessary to install webpack

Explanation:

Web pack is one of the module bundler. It is basically an open-source “javascript bundler”. These are installed to “clean the build directory, deploy the build, etc”. “React and HMR” supported web pack to spread world-wide.

Webpack takes modules with dependencies and then a static asset is generated. These webpack bundles all the modules either into one or more bundles based on the size and serves those to the web browser.

Similar questions