diff --git a/frontend/package.json b/frontend/package.json
index 4b088d87f94a1af2b0b63fdbec5cc39865830c31..c4daf9e27647045a3790a2bd5675698bf37e1503 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -48,5 +48,6 @@
   "staticFiles": {
     "staticPath": "public",
     "watcherGlob": "**"
-  }
+  },
+  "browserslist": "last 2 Chrome versions"
 }