An error occurred while fetching this tab.
use babel-loader instead of ts-loader in webpack for TypeScript builds
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
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.
Push commits to the source branch or add previously merged commits to review them.