aboutsummaryrefslogtreecommitdiff
path: root/build/webpack.prod.conf.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-05-21 18:27:43 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-05-21 18:27:43 +0000
commit233506f6c1b0b16ca62c557ae6eca4a585e28a2c (patch)
treeefd450694038b5cbd65d4ae06ccdded3f38baaf3 /build/webpack.prod.conf.js
parent0fc7cbfa2462cfc025f6d218f02649693a71f677 (diff)
parent52475dbf23ee1ccee1c6cbc23cfd7b4af23dd8a9 (diff)
Merge branch 'fix-pipelines' into 'develop'
Fix pipelines and clean up console output See merge request pleroma/pleroma-fe!804
Diffstat (limited to 'build/webpack.prod.conf.js')
-rw-r--r--build/webpack.prod.conf.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js
index e7d25bfe..ed11ebad 100644
--- a/build/webpack.prod.conf.js
+++ b/build/webpack.prod.conf.js
@@ -14,8 +14,6 @@ let commitHash = require('child_process')
.execSync('git rev-parse --short HEAD')
.toString();
-console.log(commitHash)
-
var webpackConfig = merge(baseWebpackConfig, {
mode: 'production',
module: {