From d956da1513478f91e56cdec54838e4f410f334ec Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Thu, 2 May 2024 15:37:49 -0400 Subject: [PATCH] build: ds-663 https for local staging (#350) --- config/webpack.stage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/webpack.stage.js b/config/webpack.stage.js index ae27ee96..7c5e1069 100644 --- a/config/webpack.stage.js +++ b/config/webpack.stage.js @@ -41,6 +41,7 @@ module.exports = merge( ...(OPEN_PATH && { open: [OPEN_PATH] }), host: HOST, port: PORT, + server: 'https', compress: true, historyApiFallback: true, hot: true,