I got App on Ionic 2. I’m new with webpack and want to solve the problem. Problem is - How to create 2 separated files after compile? First it must be build.js with all js files, but exclude js files in my src folder. Second must be app.js with all js files in my src folder, but exclude js files of Angular, Ionic and etc.
How to do this?
Now it’s create only one file build.js in www folder which is include Angular 2, Ionic 2, my files and all other libraries.