|
|
## Webpack with AngularCli
|
|
|
* We now as of version 1.0 have the ability to eject the default webpack config and extend/modify it to fit our custom needs.
|
|
|
* At present we have not needed to write a custom webpack config as the Cli by itself provides many options to tweak it.
|
|
|
|
|
|
### Why Webpack?
|
|
|
We are choosing to use [webpack](http://webpack.github.io/docs/) as our Angular 2 development environment for a variety of reasons:
|
|
|
* powerful loader/transpiler pipelines
|
... | ... | |