From 9d3a72bc26202c786331cd7feda8f9f1196550af Mon Sep 17 00:00:00 2001 From: David Ralph Date: Fri, 9 Apr 2021 14:52:41 +0100 Subject: [PATCH] build: attempt to fix building on vercel --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f0554a67..489d21a6 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "css-loader": "^5.2.0", "eslint": "^7.23.0", "eslint-config-react-app": "^6.0.0", + "eslint-plugin-import": "^2.22.1", "eslint-webpack-plugin": "^2.5.3", "html-webpack-plugin": "^5.3.1", "mini-css-extract-plugin": "^1.4.0",