From 7faf2b702cf9e5b668764dc277213c92c90e68f7 Mon Sep 17 00:00:00 2001 From: Lukasz Ostafin Date: Wed, 27 May 2026 08:59:57 +0200 Subject: [PATCH] IBX-11816: Command yarn encore prod returns an error --- ibexa/commerce/4.6/encore/package.json | 3 ++- ibexa/experience/4.6/encore/package.json | 3 ++- ibexa/headless/4.6/encore/package.json | 3 ++- ibexa/oss/4.6/encore/package.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ibexa/commerce/4.6/encore/package.json b/ibexa/commerce/4.6/encore/package.json index 69cda647..aa4fddbd 100644 --- a/ibexa/commerce/4.6/encore/package.json +++ b/ibexa/commerce/4.6/encore/package.json @@ -29,7 +29,8 @@ "react-dom": "^18.2.0" }, "resolutions": { - "@types/glob": "8.1.0" + "@types/glob": "8.1.0", + "webpack-sources": "^3.5.0" }, "license": "UNLICENSED", "private": true, diff --git a/ibexa/experience/4.6/encore/package.json b/ibexa/experience/4.6/encore/package.json index 69cda647..aa4fddbd 100644 --- a/ibexa/experience/4.6/encore/package.json +++ b/ibexa/experience/4.6/encore/package.json @@ -29,7 +29,8 @@ "react-dom": "^18.2.0" }, "resolutions": { - "@types/glob": "8.1.0" + "@types/glob": "8.1.0", + "webpack-sources": "^3.5.0" }, "license": "UNLICENSED", "private": true, diff --git a/ibexa/headless/4.6/encore/package.json b/ibexa/headless/4.6/encore/package.json index 3c0fc5ad..1dbc071d 100644 --- a/ibexa/headless/4.6/encore/package.json +++ b/ibexa/headless/4.6/encore/package.json @@ -25,7 +25,8 @@ "@svgr/webpack": "^8.1.0" }, "resolutions": { - "@types/glob": "8.1.0" + "@types/glob": "8.1.0", + "webpack-sources": "^3.5.0" }, "license": "UNLICENSED", "private": true, diff --git a/ibexa/oss/4.6/encore/package.json b/ibexa/oss/4.6/encore/package.json index e0ec547d..f3525d09 100644 --- a/ibexa/oss/4.6/encore/package.json +++ b/ibexa/oss/4.6/encore/package.json @@ -24,7 +24,8 @@ "@svgr/webpack": "^8.1.0" }, "resolutions": { - "@types/glob": "8.1.0" + "@types/glob": "8.1.0", + "webpack-sources": "^3.5.0" }, "license": "UNLICENSED", "private": true,