mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
no minimize
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: d9808250c6...85587e0672
@@ -42,6 +42,9 @@ const main = {
|
||||
entry: {
|
||||
'main': './src/main.ts',
|
||||
},
|
||||
optimization: {
|
||||
minimize: false,
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
||||
@@ -61,6 +61,7 @@ const renderer = {
|
||||
'app/main': './src/app/main.ts',
|
||||
},
|
||||
optimization: {
|
||||
minimize: false,
|
||||
splitChunks: {
|
||||
cacheGroups: {
|
||||
commons: {
|
||||
|
||||
Reference in New Issue
Block a user