If Angular 2
using typescript
how do I transpile my project to ecmascript 5
? I am using angular cli
that generates a folder structure for me I have seen that there is a dist folder that is generated with the ng build command
but I want to upload the project to a host but I am confused I have heard of webPack
it but I am still in doubt, should I use angular cli
orwebPACK
What is the way to transpile to ecmascript5
?
Webpack is a very good option, but the truth is that I have never worked with it and TypeScript , I always work with ES6 .
I recommend that you take a look at their website, you will find plenty of documentation. I also leave you this link that I hope you find useful.