1
Buzzuma
7y

I have used angular-cli with systemJS and am now comfortable with its build process,test cases & component interaction.
recently I upgraded my angular-cli to
angular-cli@webpack .
But I am confused with following things:
1. How does webpack build process works?
2. How can I install third party libraries like
lodash,ng2-bootstrap etc with this webpack configuration as I cant see any
webpack.config.ts file.
3. Why does it not show any bundle which contains JS files of my application?

Comments
Add Comment