Skip to content

Commit

Permalink
silence localforage warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcvp committed Sep 8, 2024
1 parent 9aab6f8 commit d0d9dfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
"styles": ["src/global.scss", "src/theme/variables.scss"],
"scripts": [],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
"ngswConfigPath": "ngsw-config.json",
"allowedCommonJsDependencies": [
"localforage"
]
},
"configurations": {
"production": {
Expand Down

0 comments on commit d0d9dfd

Please sign in to comment.