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

@@ -21,7 +21,9 @@
"@types/node": "12.0.7",
"@types/semver": "^6.0.0",
"@types/webpack-env": "1.13.9",
"axios": "^0.19.0",
"css-loader": "^0.28.0",
"mz": "^2.6.0",
"ngx-pipes": "^1.6.1",
"semver": "^6.1.0"
},
@@ -34,10 +36,5 @@
"rxjs": "5.3.0",
"terminus-core": "*",
"terminus-settings": "*"
},
"dependencies": {
"axios": "^0.19.0",
"mz": "^2.6.0"
},
"false": {}
}
}

View File

@@ -43,10 +43,9 @@ module.exports = {
},
externals: [
'fs',
'net',
'npm',
'path',
'mz/fs',
'mz/child_process',
/^rxjs/,
/^@angular/,
/^@ng-bootstrap/,