@shopgate/webpack 7.24.1 → 7.24.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopgate/webpack",
3
- "version": "7.24.1",
3
+ "version": "7.24.3",
4
4
  "description": "The webpack configuration for Shopgate's Engage.",
5
5
  "main": "webpack.config.js",
6
6
  "license": "Apache-2.0",
package/webpack.config.js CHANGED
@@ -221,6 +221,10 @@ const config = {
221
221
  static: {
222
222
  directory: path.resolve(themePath, PUBLIC_FOLDER),
223
223
  },
224
+ client: {
225
+ // Deactivate full-screen error overlay in dev server
226
+ overlay: false,
227
+ },
224
228
  host: '0.0.0.0',
225
229
  port: process.env.optionsPort,
226
230
  historyApiFallback: true,