From e88b6931ede3caab2afbab1a8ba7615322ffff98 Mon Sep 17 00:00:00 2001 From: Spencer Elliott Date: Sat, 15 Aug 2020 19:56:23 -0400 Subject: [PATCH] Add dep @types/webpack Workaround for https://github.com/vercel/next.js/issues/16219 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 18ff4e22..ea5def86 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,7 @@ "@types/react": "16.9.46", "@types/react-dom": "16.9.8", "@types/suncalc": "1.8.0", + "@types/webpack": "4.41.21", "@types/webpack-env": "1.15.2", "@typescript-eslint/eslint-plugin": "3.9.0", "@typescript-eslint/parser": "3.9.0",