Skip to content

Commit

Permalink
fix:add hammerjs to allowedCommonJsDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 27, 2024
1 parent f3b81f4 commit 5aae40d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
],
"scripts": [],
"allowedCommonJsDependencies": [
"moment"
"moment",
"hammerjs"
],
"browser": "src/main.ts"
},
Expand Down

0 comments on commit 5aae40d

Please sign in to comment.