1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 01:53:55 +00:00

update to angular 6 and webpack 4

This commit is contained in:
Kyle Spearrin
2018-09-12 13:12:44 -04:00
parent ab35a49dbe
commit 98745dd83b
8 changed files with 1692 additions and 1712 deletions

View File

@@ -11,13 +11,30 @@
"types": [],
"baseUrl": ".",
"paths": {
"jslib/*": [ "jslib/src/*" ],
"@angular/*": [ "node_modules/@angular/*" ],
"angular2-toaster": [ "node_modules/angular2-toaster" ],
"angulartics2": [ "node_modules/angulartics2" ],
"electron": [ "node_modules/electron" ],
"electron-log": [ "node_modules/electron-log" ],
"electron-store": [ "node_modules/electron-store" ]
"jslib/*": [
"jslib/src/*"
],
"@angular/*": [
"node_modules/@angular/*"
],
"angular2-toaster": [
"node_modules/angular2-toaster"
],
"angulartics2": [
"node_modules/angulartics2"
],
"electron": [
"node_modules/electron"
],
"electron-log": [
"node_modules/electron-log"
],
"electron-store": [
"node_modules/electron-store"
],
"node": [
"node_modules/@types/node"
]
}
},
"exclude": [