/webpack-ts-babel-lodash

Webpack + TypeScript + Babel + Lodash example project

Primary LanguageTypeScriptMIT LicenseMIT

Webpack, TS, Babel, Lodash Example Project

Webpack + TypeScript + Babel + Lodash example project.

This shows how to make a modern webpack config that:

  1. Uses TypeScript
  2. All code is transpiled from modern ES6+ to older JS via Babel
  3. Lodash is utilized and tree shaking is done automatically to reduce bundle size.