Beginner
Web & Software Development
Q32 / 100
What is Webpack?
Correct! Well done.
Incorrect.
The correct answer is B) A module bundler for JavaScript applications that combines modules with their dependencies into optimized bundles for the browser
B
Correct Answer
A module bundler for JavaScript applications that combines modules with their dependencies into optimized bundles for the browser
Explanation
Webpack (and modern alternatives: Vite, esbuild, Rollup) bundles JS/CSS/images into optimized files. Features: code splitting, tree shaking (dead code elimination), loaders (Babel for transpilation), hot module replacement.
Progress
32/100