From f6e77df83a5ca7b5c761a5c29f7ae2368f5137f9 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 1 Apr 2025 11:57:06 +0200 Subject: [PATCH 1/3] Disable typescript sourcemap to get a valid sourcemap (#203) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ff453fb4..50c23024 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "module": "esnext", "target": "ESNext", "lib": ["es6", "dom","es2015", "es2016", "es2017", "es2020"], - "sourceMap": true, + "sourceMap": false, "allowJs": false, "jsx": "react-jsx", "moduleResolution": "node", From 79bf57b8395446871f19c563bdc2646a077fcab7 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Thu, 3 Apr 2025 09:47:59 +0100 Subject: [PATCH 2/3] refactor(docu): add browserstack hint to readme.md (#205) * Added Browserstack hint to README.md * Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9b27432f..d0d8f186 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,7 @@ Tags, colors and clusters help to retain the overview. + +--- + +This project is tested with Browserstack. From eb5328e263bad92982e8f700cee2795133e86c92 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Thu, 3 Apr 2025 09:53:36 +0100 Subject: [PATCH 3/3] Update README.md (#206) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0d8f186..4b0f5124 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,4 @@ Tags, colors and clusters help to retain the overview. --- -This project is tested with Browserstack. +This project is tested with BrowserStack