I have seem developers report issues with TS files not being compiled (the output is empty), switching to ts-loader fixed the issues. It is a more solid bet than awesome-typescript-loader, as we have used ts-loader on many projects with little to no issues.
I have seem developers report issues with TS files not being compiled (the output is empty), switching to
ts-loader
fixed the issues. It is a more solid bet thanawesome-typescript-loader
, as we have usedts-loader
on many projects with little to no issues.