From 5e3130cbc08e7a999f2f705c371a0c977845e5c3 Mon Sep 17 00:00:00 2001 From: ISA Date: Sat, 13 Jul 2024 23:59:54 +0200 Subject: [PATCH] test branch develop und IP 172.20.0.2 und try catch blocke in jenkinsfile pipeline nach Nodejs installation in jenkins test fehler autoprefixer module nicht gefunden --- components/MapComponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MapComponent.js b/components/MapComponent.js index 5c5739db7..20cb7503b 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -38,7 +38,7 @@ import "react-toastify/dist/ReactToastify.css"; import { mapIdState, userIdState } from "../store/atoms/urlParameterState"; import { set } from "lodash"; import { poiLayerVisibleState } from "../store/atoms/poiLayerVisible"; -import { data } from "autoprefixer"; +//import { data } from "autoprefixer"; import plusRoundIcon from "./PlusRoundIcon.js"; //---------------------------------------------------------------------