Add CommonJS modules to allowedCommonJsDependencies in angular.json

This commit is contained in:
grossmj 2023-06-30 17:23:16 +10:00
parent 37813d4ad6
commit 0eef66eabf

View File

@ -27,7 +27,11 @@
"rxjs-compat/add/operator/map",
"classnames",
"stylenames",
"source-map-js"
"source-map-js",
"spark-md5",
"xterm",
"xterm-addon-attach",
"xterm-addon-fit"
],
"outputPath": "dist",
"index": "src/index.html",