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 Jun 15, 2021
1 parent 07dddca commit 61d416f
Show file tree
Hide file tree
Showing 8 changed files with 39,932 additions and 15,554 deletions.
31 changes: 23 additions & 8 deletions angular.json
Expand Up @@ -25,7 +25,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -38,7 +37,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 @@ -68,7 +73,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"build_ghpages": {
"builder": "@angular-devkit/build-angular:browser",
Expand All @@ -80,7 +86,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -93,7 +98,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 @@ -123,7 +134,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down Expand Up @@ -191,7 +203,9 @@
"options": {
"outputPath": "dist/ngx-mailto-demo/server",
"main": "server.ts",
"tsConfig": "tsconfig.server.json"
"tsConfig": "tsconfig.server.json",
"sourceMap": true,
"optimization": false
},
"configurations": {
"production": {
Expand All @@ -205,7 +219,8 @@
"sourceMap": false,
"optimization": true
}
}
},
"defaultConfiguration": ""
},
"serve-ssr": {
"builder": "@nguniversal/builders:ssr-dev-server",
Expand Down

0 comments on commit 61d416f

Please sign in to comment.