Skip to content

Commit

Permalink
chore: Update packages (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Sep 26, 2024
1 parent ce16a1f commit a327c9a
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 173 deletions.
13 changes: 9 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,19 @@
"allowedCommonJsDependencies": [
"@uswds/uswds/js/usa-modal"
],
"sourceMap": true,
"extractLicenses": false,
"namedChunks": false,
"sourceMap": {
"scripts": true,
"styles": true,
"hidden": false,
"vendor": false
},
"namedChunks": true,
"browser": "src/main.ts"
},
"configurations": {
"production": {
"optimization": true
"optimization": true,
"namedChunks": false
},
"development": {
"optimization": false
Expand Down
Loading

0 comments on commit a327c9a

Please sign in to comment.