Fix walletconnet config (#24)

This commit is contained in:
Simon Bihel 2022-03-29 18:20:28 +01:00 committed by GitHub
parent 0870d7a6cb
commit bf1b79e299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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