🔧 Hostname fix for the 4th time

This commit is contained in:
2021-11-01 15:29:00 -07:00
parent 616e3e5866
commit 50c299a8c4
2 changed files with 4 additions and 1 deletions

View File

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