Skip to content

Commit

Permalink
upgraded angular-cli that fixed angular/angular-cli#11772
Browse files Browse the repository at this point in the history
  • Loading branch information
coolkei committed Aug 23, 2018
1 parent 5bcc2c2 commit a28409e
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 183 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}
],
"optimization": true,
"outputHashing": "media",
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
Expand Down Expand Up @@ -116,7 +116,7 @@
],
"baseHref": "/ngx-starter-kit/",
"optimization": true,
"outputHashing": "media",
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
Expand Down
Loading

0 comments on commit a28409e

Please sign in to comment.