When building an application with angular-cli, it creates a dist folder with four bundled files (polyfills.bundle.js, main.bundle.js, vendor.bundle.js and inline.bundle.js) in its root.
Is it possible to indicate another folder ONLY for these files (e.g. dist/deps/ instead of dist/)?
ng ejectto get enough control of the config, but you can't do what you describe within the options the CLI exposes.