1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

no minimize

This commit is contained in:
Kyle Spearrin
2018-09-14 15:48:50 -04:00
parent 1a7536270a
commit 8c8b4da595
3 changed files with 5 additions and 1 deletions

2
jslib

Submodule jslib updated: d9808250c6...85587e0672

View File

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

View File

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