der-raist
Results
1
comments of
der-raist
to supress this warning you could add an entry in your angular.json at path "projects/XXX/architect/build/options/allowedCommonJsDependencies" ``` "allowedCommonJsDependencies": [ "stacktrace-js", "error-stack-parser", "stacktrace-gps", "stack-generator" ] ```