From c8f559ea39e6a366c564820d5144ed8d6ad399ee Mon Sep 17 00:00:00 2001 From: Paolo Brasolin <paolo.brasolin@eurac.edu> Date: Thu, 17 Mar 2022 15:25:54 +0100 Subject: [PATCH] fix: #fe restrict targets to allow async/await --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 4b088d8..c4daf9e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -48,5 +48,6 @@ "staticFiles": { "staticPath": "public", "watcherGlob": "**" - } + }, + "browserslist": "last 2 Chrome versions" } -- GitLab