mirror of
https://github.com/bitwarden/browser
synced 2024-12-25 09:32:06 +01:00
disable minimize
This commit is contained in:
parent
def249e83f
commit
b027977bf4
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit d9808250c652bcbe539c73621fd53ce8616c5302
|
Subproject commit 85587e06728aabd118f3cb6b06110be92202049b
|
@ -42,6 +42,9 @@ const main = {
|
|||||||
entry: {
|
entry: {
|
||||||
'main': './src/main.ts',
|
'main': './src/main.ts',
|
||||||
},
|
},
|
||||||
|
optimization: {
|
||||||
|
minimize: false,
|
||||||
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user