Question: What is Webpack primarily used for?
- sharing JavaScript code with other people
- making JavaScript-reliant sites accessible to users who do not have JavaScript turned on
- bundling individual JavaScript files for use in your website
- source control
Answer: The correct answer of the above question is Option C:bundling individual JavaScript files for use in your website