From bf1b79e299e38262b0b51132bbfcdbe06ed92dbd Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Tue, 29 Mar 2022 18:20:28 +0100 Subject: [PATCH] Fix walletconnet config (#24) --- js/ui/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/webpack.config.js b/js/ui/webpack.config.js index e9141fa..7c35d73 100644 --- a/js/ui/webpack.config.js +++ b/js/ui/webpack.config.js @@ -96,6 +96,7 @@ module.exports = { new MiniCssExtractPlugin({ filename: '[name].css' }), + new webpack.EnvironmentPlugin(prod ? ['INFURA_ID', 'PORTIS_ID', 'FORTMATIC_KEY'] : []), ], devtool: prod ? false : 'source-map', devServer: {