mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
disable minimize
This commit is contained in:
parent
3b902a99ee
commit
8a4f83e8a4
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 7dc14a0d18b09c05dfd2bc7f7791b68a3b204601
|
||||
Subproject commit 85587e06728aabd118f3cb6b06110be92202049b
|
@ -49,6 +49,9 @@ const config = {
|
||||
entry: {
|
||||
'bw': './src/bw.ts',
|
||||
},
|
||||
optimization: {
|
||||
minimize: false,
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['.ts', '.js'],
|
||||
alias: {
|
||||
|
Loading…
Reference in New Issue
Block a user