mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-11 08:31:00 +00:00
fix prod build
This commit is contained in:
parent
ff1cdc59e9
commit
4ea99f4dcd
@ -65,7 +65,7 @@ module.exports = {
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
'process.env.BUILD': JSON.stringify(process.env.BUILD),
|
||||
COMMITHASH: JSON.stringify(gitRevisionPlugin.commithash()
|
||||
COMMITHASH: JSON.stringify(gitRevisionPlugin.commithash())
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
chunks: ['index'],
|
||||
|
Loading…
Reference in New Issue
Block a user