From 464e7da826e82df5a7ffcf31270f0625c2251783 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 1 Nov 2021 00:58:58 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Webpack=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index e9fc58c..5d82061 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -99,9 +99,6 @@ module.exports = (env) => { }), new webpack.DefinePlugin({ "process.env.DOCKER_HOST": JSON.stringify(process.env.DOCKER_HOST), - "process.env.LIBRARY_SOCKET_HOST": JSON.stringify( - process.env.LIBRARY_SOCKET_HOST, - ), }), new MiniCssExtractPlugin({ filename: "./css/[name].css",