Question: What might you use webpack for?
- to fetch remote dependencies used by your app
- to split your app into smaller chunks that can be more easily loaded by the browser
- to format your code so that it is more readable
- to ensure your app is not vulnerable to code injection
Answer: The correct answer of the above question is Option B:to split your app into smaller chunks that can be more easily loaded by the browser