hjeti / vue-skeleton

A Vue skeleton
MIT License
108 stars 21 forks source link

Feature/ts loader #120

Closed psimk closed 3 years ago

psimk commented 3 years ago

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.