Skip to content

Commit

Permalink
Merge pull request #10 from rodrigokamada/feature/bootstrap-update
Browse files Browse the repository at this point in the history
Updating the bootstrap library
  • Loading branch information
rodrigokamada committed Jul 17, 2024
2 parents c1ce558 + 2801661 commit 2bc9789
Show file tree
Hide file tree
Showing 4 changed files with 611 additions and 565 deletions.
12 changes: 4 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/angular-bootstrap",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js",
"src/polyfills.ts"
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
Expand Down Expand Up @@ -62,12 +61,10 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"sourceMap": true
}
},
"defaultConfiguration": "production"
Expand Down Expand Up @@ -95,8 +92,7 @@
"options": {
"polyfills": [
"zone.js",
"zone.js/testing",
"src/polyfills.ts"
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "scss",
Expand Down
Loading

0 comments on commit 2bc9789

Please sign in to comment.