reduced bundle size

This commit is contained in:
Eugene Pankov
2019-06-07 22:52:41 +02:00
parent 45f6e59583
commit 596d75adc1
11 changed files with 22 additions and 36 deletions

View File

@@ -24,12 +24,15 @@
"axios": "^0.19.0",
"bootstrap": "^4.1.3",
"core-js": "^3.1.2",
"deepmerge": "^3.2.0",
"electron-updater": "^4.0.6",
"js-yaml": "^3.9.0",
"mixpanel": "^0.10.2",
"ng2-dnd": "^5.0.2",
"ngx-perfect-scrollbar": "^6.0.0",
"shell-escape": "^0.2.0",
"uuid": "^3.3.2"
"uuid": "^3.3.2",
"winston": "^3.2.1"
},
"optionalDependencies": {
"windows-native-registry": "^1.0.14"
@@ -43,10 +46,5 @@
"@angular/platform-browser-dynamic": "4.0.1",
"rxjs": "5.3.0",
"zone.js": "0.8.4"
},
"dependencies": {
"deepmerge": "^3.2.0",
"js-yaml": "^3.9.0",
"winston": "^3.2.1"
}
}

View File

@@ -51,10 +51,6 @@ module.exports = {
'fs',
'os',
'path',
'deepmerge',
'untildify',
'winston',
'js-yaml',
'windows-native-registry',
/^rxjs/,
/^@angular/,