Skip to content

Commit

Permalink
Merge pull request dappsnation#201 from dappsnation/issue-200
Browse files Browse the repository at this point in the history
Issue 200
  • Loading branch information
fritzschoff authored May 25, 2021
2 parents f4bbce7 + d8c0348 commit e4b818b
Show file tree
Hide file tree
Showing 10 changed files with 4,305 additions and 4,266 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 6.0.0
Supporting Angular 12.

## 5.0.2
Fixed typing in syncWithRouter function. Thanks to @randallmeeker for the bug report.

Expand Down
10 changes: 7 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -31,7 +30,13 @@
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -45,7 +50,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down
Loading

0 comments on commit e4b818b

Please sign in to comment.