Skip to content

Commit 4d19cc9

Browse files
committed
fix: suppress leaflet CommonJS warning via allowedCommonJsDependencies
1 parent e583e82 commit 4d19cc9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webapp/angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"zone.js"
4444
],
4545
"tsConfig": "tsconfig.app.json",
46+
"allowedCommonJsDependencies": [
47+
"leaflet"
48+
],
4649
"assets": [
4750
{
4851
"glob": "**/*",

0 commit comments

Comments
 (0)