Skip to content

Commit

Permalink
Padronização dos arquivos do Angular com o último release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgadelha committed Jul 27, 2024
1 parent 9efd228 commit 68621da
Show file tree
Hide file tree
Showing 9 changed files with 267 additions and 315 deletions.
38 changes: 11 additions & 27 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"@schematics/angular:pipe": {
"skipTests": true
},
"@schematics/angular:resolver": {
"skipTests": true
},
"@schematics/angular:service": {
"skipTests": true
},
Expand All @@ -45,7 +48,7 @@
"outputPath": "packages/ide/dist",
"index": "packages/ide/src/index.html",
"browser": "packages/ide/src/main.ts",
"polyfills": ["packages/ide/src/polyfills.ts"],
"polyfills": ["zone.js"],
"tsConfig": "packages/ide/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand Down Expand Up @@ -94,13 +97,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "3mb"
"maximumWarning": "500kB",
"maximumError": "5MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "10kb"
"maximumWarning": "2kB",
"maximumError": "10kB"
}
],
"fileReplacements": [
Expand All @@ -114,8 +117,7 @@
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"sourceMap": true
}
},
"defaultConfiguration": "production"
Expand All @@ -133,30 +135,12 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "ide:build"
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": ["packages/ide/**/*.ts", "packages/ide/**/*.html"]
}
"builder": "@angular-devkit/build-angular:extract-i18n"
}
}
}
},
"cli": {
"analytics": false,
"schematicCollections": ["@angular-eslint/schematics"]
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
"analytics": false
}
}
Loading

0 comments on commit 68621da

Please sign in to comment.