From 60d6c17d8438f8ef976d051dac59ff0c3a7d18c3 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sat, 12 Oct 2024 13:30:52 +0200 Subject: [PATCH] build: add support for older chrome versions --- .browserslistrc | 17 +++++++++++++++++ package.json | 11 ----------- 2 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 .browserslistrc diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 000000000..e7f2d1ba0 --- /dev/null +++ b/.browserslistrc @@ -0,0 +1,17 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.dev/reference/versions#browser-support + +# You can see what browsers were selected by your queries by running: +# npx browserslist + +Chrome 83 +last 2 Chrome versions +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions +Firefox ESR diff --git a/package.json b/package.json index 020891c3a..d6955ca7c 100644 --- a/package.json +++ b/package.json @@ -10,17 +10,6 @@ "type": "git", "url": "git://github.com/johannesjo/super-productivity.git" }, - "browserslist": { - "development": [ - "defaults and fully supports es6-module" - ], - "production": [ - "defaults and fully supports es6-module" - ], - "modern": [ - "defaults and fully supports es6-module" - ] - }, "keywords": [ "ToDo", "Task Management",