Fix walletconnet config (#24)
This commit is contained in:
parent
0870d7a6cb
commit
bf1b79e299
@ -96,6 +96,7 @@ module.exports = {
|
|||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: '[name].css'
|
filename: '[name].css'
|
||||||
}),
|
}),
|
||||||
|
new webpack.EnvironmentPlugin(prod ? ['INFURA_ID', 'PORTIS_ID', 'FORTMATIC_KEY'] : []),
|
||||||
],
|
],
|
||||||
devtool: prod ? false : 'source-map',
|
devtool: prod ? false : 'source-map',
|
||||||
devServer: {
|
devServer: {
|
||||||
|
Loading…
Reference in New Issue
Block a user