From d4c830be9ab9ad73152d2ea6008d54d5a3632bef Mon Sep 17 00:00:00 2001 From: Niggl Date: Fri, 24 Jul 2020 15:44:53 +0200 Subject: [PATCH] Added missing dependency --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index c8a6295..ac7ffb3 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "component": "^1.1.0", "rxjs": "~6.5.4", "tslib": "^1.10.0", + "webpack": "^4.43.0", "zone.js": "~0.10.2" }, "devDependencies": { @@ -49,6 +50,7 @@ "puppeteer": "^5.1.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", + "webpack": "^4.43.0", "typescript": "~3.8.3" }, "description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7.",