Skip to content

Commit d34bd93

Browse files
authored
IBX-11816: Command yarn encore prod returns an error (#249)
1 parent 0d31653 commit d34bd93

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

ibexa/commerce/4.6/encore/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"react-dom": "^18.2.0"
3030
},
3131
"resolutions": {
32-
"@types/glob": "8.1.0"
32+
"@types/glob": "8.1.0",
33+
"webpack-sources": "^3.5.0"
3334
},
3435
"license": "UNLICENSED",
3536
"private": true,

ibexa/experience/4.6/encore/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"react-dom": "^18.2.0"
3030
},
3131
"resolutions": {
32-
"@types/glob": "8.1.0"
32+
"@types/glob": "8.1.0",
33+
"webpack-sources": "^3.5.0"
3334
},
3435
"license": "UNLICENSED",
3536
"private": true,

ibexa/headless/4.6/encore/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"@svgr/webpack": "^8.1.0"
2626
},
2727
"resolutions": {
28-
"@types/glob": "8.1.0"
28+
"@types/glob": "8.1.0",
29+
"webpack-sources": "^3.5.0"
2930
},
3031
"license": "UNLICENSED",
3132
"private": true,

ibexa/oss/4.6/encore/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"@svgr/webpack": "^8.1.0"
2525
},
2626
"resolutions": {
27-
"@types/glob": "8.1.0"
27+
"@types/glob": "8.1.0",
28+
"webpack-sources": "^3.5.0"
2829
},
2930
"license": "UNLICENSED",
3031
"private": true,

0 commit comments

Comments
 (0)