1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

disable minimize

This commit is contained in:
Kyle Spearrin 2018-09-14 16:01:35 -04:00
parent 3b902a99ee
commit 8a4f83e8a4
2 changed files with 4 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit 7dc14a0d18b09c05dfd2bc7f7791b68a3b204601
Subproject commit 85587e06728aabd118f3cb6b06110be92202049b

View File

@ -49,6 +49,9 @@ const config = {
entry: {
'bw': './src/bw.ts',
},
optimization: {
minimize: false,
},
resolve: {
extensions: ['.ts', '.js'],
alias: {