From 75464c951fb2bfdcb4de6c1ccf544b4e51488e34 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Fri, 2 Oct 2020 18:57:43 -0500 Subject: [PATCH] Switch to webpack 4 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 2fb6e1aa1..4377dd720 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,5 @@ "prettier": "^2.1.2", "tailwindcss": "^1.8.10", "typescript": "^4.0.3" - }, - "resolutions": { - "webpack": "^5.0.0-beta.30" } }