Closed
Description
Is it possible to define additional bundles in an angular-cli project? I thought it may be possible by defining a second app in the angular-cli.json
file but this does not appear to be the case. Currently to achieve this I have an external webpack.config.js
file and I'm running webpack
to create the separate bundles alongside what angular-cli produces. The end goal would be to be able to create them all with just one command.