🐳 Removed the duplicated env var

This commit is contained in:
2021-11-01 09:35:33 -07:00
parent d90bf44210
commit efe5416e5f
4 changed files with 6 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ module.exports = (env) => {
title: "express-typescript-react",
}),
new webpack.DefinePlugin({
"process.env.DOCKER_HOST": JSON.stringify(process.env.DOCKER_HOST),
"process.env.UNDERLYING_HOSTNAME": JSON.stringify(process.env.UNDERLYING_HOSTNAME),
}),
new MiniCssExtractPlugin({
filename: "./css/[name].css",