use production-mode for git bundle

This commit is contained in:
Johannes Rieken
2018-08-08 17:01:10 +02:00
parent fdb7b4bcf4
commit 779f79f68d

View File

@@ -8,7 +8,8 @@
const path = require('path');
module.exports = {
mode: 'none',
// mode: 'none',
mode: 'production',
target: 'node',
context: __dirname,
entry: {