jakoblind / webpack-autoconf

A tool to create frontend apps using webpack, Parcel or Snowpack
https://createapp.dev/
876 stars 78 forks source link

Typescript: ts-loader instead awesome-typescript-loader #79

Closed wapcrazut closed 4 years ago

wapcrazut commented 4 years ago

I've using this app but I saw when Typescript is enabled it adds awesome-typescript-loader into package.json devDependencies and also it uses this loader into the webpack.config.js.

But when I click in the help icon, it shows it will use ts-loader (which is preferred):

image

jakoblind commented 4 years ago

PR moving to ts-loader merged