### Versions ``` cli 6.0.0-rc.4 ``` ### Repro steps - `npm i @angular/cli@next -g` - `ng new helloworld` - add `--proxy-config proxy.config.json` to npm `e2e` script in `package.json` - `cd helloworld` - `npm run e2e` ### Observed behavior ``` Unknown option: '--proxyConfig' ``` ### Desired behavior `ng e2e` should continue to support a proxy config as before. ### Mention any other details that might be useful (optional) Works with `ng serve`.