Skip to content

Commit

Permalink
fix(lib): upgraded angular to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 8, 2022
1 parent 96eafee commit b6282bd
Show file tree
Hide file tree
Showing 9 changed files with 37,294 additions and 6,566 deletions.
31 changes: 23 additions & 8 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 @@ -35,7 +34,13 @@
"scripts": [
"./node_modules/prismjs/prism.js",
"./node_modules/prismjs/components/prism-typescript.min.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -66,7 +71,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"build_ghpages": {
"builder": "@angular-devkit/build-angular:browser",
Expand All @@ -78,7 +84,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -91,7 +96,13 @@
"scripts": [
"./node_modules/prismjs/prism.js",
"./node_modules/prismjs/components/prism-typescript.min.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -122,7 +133,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down Expand Up @@ -189,7 +201,9 @@
"options": {
"outputPath": "dist/server",
"main": "server.ts",
"tsConfig": "tsconfig.server.json"
"tsConfig": "tsconfig.server.json",
"sourceMap": true,
"optimization": false
},
"configurations": {
"production": {
Expand All @@ -202,7 +216,8 @@
"sourceMap": false,
"optimization": true
}
}
},
"defaultConfiguration": ""
},
"deploy": {
"builder": "angular-cli-ghpages:deploy",
Expand Down
Loading

0 comments on commit b6282bd

Please sign in to comment.