Skip to content

Commit

Permalink
Remove allowedCommonJs Deps again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dymel committed Jan 18, 2024
1 parent 74fe199 commit 73652aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"path": "./polyfill-webpack.config.js",
"replaceDuplicatePlugins": true
},
"allowedCommonJsDependencies": ["util", "object-refs", "hammerjs", "dot", "inherits", "path-intersection", "css.escape"],
"allowedCommonJsDependencies": ["util", "object-refs", "hammerjs"],
"outputPath": "dist_build/egon",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down

0 comments on commit 73652aa

Please sign in to comment.