From 577069550caaf6b1dac76903583610ab77f3b76b Mon Sep 17 00:00:00 2001 From: ManUtopiK <emmanuel.salomon@gmail.com> Date: Mon, 15 Feb 2021 01:43:04 +0100 Subject: [PATCH] Fix for Vercel --- .gitignore | 2 ++ package.json | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1aede4f6..9280bdce 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,5 @@ sw.* # Vim swap files *.swp + +.vercel diff --git a/package.json b/package.json index 08223d26..1384dc7a 100644 --- a/package.json +++ b/package.json @@ -64,8 +64,5 @@ "require-extension-hooks-vue": "^3.0.0", "tailwindcss-debug-screens": "^2.0.0", "vue-template-compiler": "^2.6.12" - }, - "resolutions": { - "**/fsevents": "2.1.0" } } -- GitLab