1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-10 21:33:43 +00:00

disable minimize

This commit is contained in:
Kyle Spearrin
2018-09-14 15:55:55 -04:00
parent def249e83f
commit b027977bf4
3 changed files with 5 additions and 1 deletions

View File

@@ -42,6 +42,9 @@ const main = {
entry: {
'main': './src/main.ts',
},
optimization: {
minimize: false,
},
module: {
rules: [
{