This commit is contained in:
Eugene Pankov
2021-12-30 12:01:37 +01:00
parent e622218d52
commit 77475ecc65
2 changed files with 1 additions and 4 deletions

View File

@@ -62,8 +62,5 @@ module.exports = {
},
plugins: [
new MiniCssExtractPlugin(),
new webpack.DefinePlugin({
BACKEND_URL: JSON.stringify(process.env.BACKEND_URL || ''),
}),
],
}