Fix walletconnet config

This commit is contained in:
Simon Bihel 2022-03-29 17:49:33 +01:00
parent 9acd5b7ccf
commit 87e6d9662c
No known key found for this signature in database
GPG Key ID: B7013150BEAA28FD

View File

@ -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: {