Skip to content

Commit

Permalink
Merge pull request #8 from SaulMoro/feature/update-angular-11
Browse files Browse the repository at this point in the history
Update to angular 11
  • Loading branch information
SaulMoro authored Nov 12, 2020
2 parents b59ca37 + 6b719c3 commit 3a77608
Show file tree
Hide file tree
Showing 4 changed files with 1,879 additions and 1,475 deletions.
27 changes: 6 additions & 21 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
},
"src/manifest.webmanifest"
],
"styles": [
"src/styles.scss"
],
"styles": ["src/styles.scss"],
"scripts": []
},
"configurations": {
Expand All @@ -59,7 +57,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down Expand Up @@ -117,28 +114,16 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.ico",
"src/assets",
"src/manifest.webmanifest"
],
"styles": [
"src/styles.scss"
],
"assets": ["src/favicon.ico", "src/assets", "src/manifest.webmanifest"],
"styles": ["src/styles.scss"],
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
"exclude": ["**/node_modules/**"]
}
},
"e2e": {
Expand Down Expand Up @@ -174,4 +159,4 @@
"cli": {
"defaultCollection": "@ngrx/schematics"
}
}
}
Loading

0 comments on commit 3a77608

Please sign in to comment.