From 5f450bd47b8d52258d150167a80b716690a1a95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 4 Sep 2023 16:09:06 +0200 Subject: [PATCH] Set package.json type to module --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1430107758d1..bc83620e86c4 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,6 @@ "sass": "^1.43.4", "sass-loader": "^12.3.0", "tailwindcss": "^2.2.17" - } + }, + "type": "module" }