angular-cli-webpack icon indicating copy to clipboard operation
angular-cli-webpack copied to clipboard

Webpack configuration modifier for @angular/cli

Results 4 angular-cli-webpack issues
Sort by recently updated
recently updated
newest added

The error is: ``` You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, or Iterable. TypeError: You provided an invalid object where...

1. Add tslint.json 2. Add travis CI 3. Add codecoverage 4. Add contributing.md+ precommit hooks 5. Add changelog generator

enhancement
help wanted

I am trying to enhance the default CLI configuration of webpack-dev-server. I need to set the following properties: - devServer - historyApiFallback: true - headers - "Access-Control-Allow-Origin": "http://localhost.devnet" - "Access-Control-Allow-Credentials":...

help wanted