Skip to content

Commit

Permalink
Merge pull request #7711 from ever-co/fix/allowed-commonjs-dependencies
Browse files Browse the repository at this point in the history
fix: warning ⚠ for allowed common js dependencies
  • Loading branch information
rahul-rocket authored Mar 29, 2024
2 parents 40ac469 + 07d4024 commit 13fbdc9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,19 @@
"node_modules/chart.js/dist/chart.js"
],
"allowedCommonJsDependencies": [
"underscore.string",
"moment-timezone",
"@gauzy/common-angular",
"@gauzy/contracts",
"cloudinary-core",
"brace/mode/handlebars"
"@gauzy/integration-hubstaff",
"brace",
"brace/mode/handlebars",
"camelcase",
"file-saver",
"leaflet",
"mobx",
"moment-timezone",
"moment",
"randomcolor",
"underscore.string"
]
},
"configurations": {
Expand Down

0 comments on commit 13fbdc9

Please sign in to comment.