Skip to content

use babel-loader instead of ts-loader in webpack for TypeScript builds

Warren Gifford requested to merge use-babel-for-webpack into master

Created by: sqs

This is moving us toward using Babel for all transpilation. This change doesn't lose us anything; we already were only doing transpilation, not typechecking, in Webpack, and Babel does transpilation just as well as ts-loader does.

Merge request reports

Loading