Skip to content

Commit

Permalink
Upgrade Angular CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
leNicDev committed May 13, 2020
1 parent ad77888 commit de92529
Show file tree
Hide file tree
Showing 10 changed files with 15,109 additions and 8,296 deletions.
16 changes: 14 additions & 2 deletions angular.json
Expand Up @@ -10,13 +10,14 @@
"prefix": "hc",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
"style": "scss"
}
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/ng-hcaptcha-app",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -33,6 +34,12 @@
},
"configurations": {
"production": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down Expand Up @@ -138,7 +145,12 @@
"tsConfig": "projects/ng-hcaptcha/tsconfig.lib.json",
"project": "projects/ng-hcaptcha/ng-package.json"
}
},
, "configurations": {
"production": {
"tsConfig": "projects/ng-hcaptcha/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
Expand Down

0 comments on commit de92529

Please sign in to comment.