Skip to content

Commit

Permalink
fix: revert package updates, ng-packagr is possibly causing #737
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Nov 7, 2019
1 parent e902cd7 commit 24ad73b
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 441 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"aot": false,
"assets": [
"src/favicon.ico",
"src/assets"
Expand Down Expand Up @@ -109,4 +109,4 @@
}
},
"defaultProject": "ngx-toastr"
}
}

0 comments on commit 24ad73b

Please sign in to comment.