I'm developing a small web application using Angular 2 with WebStorm. I wonder how could I bundle my web application using WebStorm.
I saw my friend, he used Visual Code to bundle his Angular 2 project. After project has been minimized, the output is :
- 1 index file,
- 1 polyfill file
- 1 vendor file.
How can I achieve the same thing with WebStorm 2016.3 ?