1
0
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:
Vladimir Volek 2018-09-26 16:31:06 +02:00
parent ff1cdc59e9
commit 4ea99f4dcd

View File

@ -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'],