Skip to content

Commit

Permalink
Merge pull request #291 from swisstopo/feature/asset-282-entferne-unb…
Browse files Browse the repository at this point in the history
…enutzte-packages

Feature 282: Entferne unbenutze Packages aus dem Source Code
  • Loading branch information
daniel-va authored Oct 16, 2024
2 parents 4430a41 + e82d4b4 commit b60efd5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1,018 deletions.
2 changes: 1 addition & 1 deletion apps/client-asset-sg/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"assets": ["apps/client-asset-sg/src/favicon.ico", "apps/client-asset-sg/src/assets"],
"styles": ["apps/client-asset-sg/src/styles.scss"],
"scripts": [],
"allowedCommonJsDependencies": ["tsafe", "validator", "xml-utils", "pbf", "rbush", "earcut", "@prisma/client"]
"allowedCommonJsDependencies": ["tsafe", "xml-utils", "pbf", "rbush", "earcut", "@prisma/client"]
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit b60efd5

Please sign in to comment.