Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 323 Bytes

File metadata and controls

21 lines (11 loc) · 323 Bytes

webpack-typescript

Install with yarn

Start with yarn start

Production Build with yarn build

Webpack 4

  • ts-loader (accepts .ts and .tsx)
  • html-webpack-plugin creates a index.html
  • sourcemaps enabled

Sane defaults

  • default tsconfig
  • default tslint (with one override for single quote quotemark)