Webpack + TypeScript + Babel + Lodash example project.
This shows how to make a modern webpack config that:
- Uses TypeScript
- All code is transpiled from modern ES6+ to older JS via Babel
- Lodash is utilized and tree shaking is done automatically to reduce bundle size.