From 8e74a31b2d0017061e265ae1a3fbfbacb7af5614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Markb=C3=A5ge?= Date: Fri, 15 Nov 2019 14:02:59 -0800 Subject: [PATCH] Add Webpack as devDependency (#17379) This is now used by the Flight package so it needs to be installed as a peer. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2eb90ce3e2cd..3b615ba29d06 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,8 @@ "targz": "^1.0.1", "through2": "^2.0.0", "tmp": "~0.0.28", - "typescript": "~1.8.10" + "typescript": "~1.8.10", + "webpack": "^4.41.2" }, "devEngines": { "node": "8.x || 9.x || 10.x || 11.x || 12.x"