What might you use webpack for in React development?
to format your code so that it is more readable
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 ensure your app is not vulnerable to code injection