1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-25 09:32:06 +01: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

2
jslib

@ -1 +1 @@
Subproject commit d9808250c652bcbe539c73621fd53ce8616c5302 Subproject commit 85587e06728aabd118f3cb6b06110be92202049b

View File

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

View File

@ -61,6 +61,7 @@ const renderer = {
'app/main': './src/app/main.ts', 'app/main': './src/app/main.ts',
}, },
optimization: { optimization: {
minimize: false,
splitChunks: { splitChunks: {
cacheGroups: { cacheGroups: {
commons: { commons: {