What might you use webpack for in React development?
to split your app into smaller chunks that can be more easily loaded by the browser
to fetch remote dependencies used by your app
to ensure your app is not vulnerable to code injection
to format your code so that it is more readable