1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-06-26 01:42:35 +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: [ plugins: [
new webpack.DefinePlugin({ new webpack.DefinePlugin({
'process.env.BUILD': JSON.stringify(process.env.BUILD), 'process.env.BUILD': JSON.stringify(process.env.BUILD),
COMMITHASH: JSON.stringify(gitRevisionPlugin.commithash() COMMITHASH: JSON.stringify(gitRevisionPlugin.commithash())
}), }),
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
chunks: ['index'], chunks: ['index'],