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):
I've using this app but I saw when Typescript is enabled it adds
awesome-typescript-loader
intopackage.json
devDependencies and also it uses this loader into thewebpack.config.js
.But when I click in the help icon, it shows it will use
ts-loader
(which is preferred):