diff --git a/angular.json b/angular.json index 2870e24..afc6a20 100644 --- a/angular.json +++ b/angular.json @@ -47,7 +47,10 @@ "buildOptimizer": false, "sourceMap": true, "optimization": false, - "namedChunks": true + "namedChunks": true, + "allowedCommonJsDependencies": [ + "lodash", "docx" + ] }, "configurations": { "production": {