1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

Add jslib as a "real" dependency (#1876)

* Support split jslib

* Fix tests

* Bump jslib
This commit is contained in:
Oscar Hinton
2021-06-07 19:25:37 +02:00
committed by GitHub
parent c0f7251d77
commit 4e1958f417
65 changed files with 1076 additions and 1271 deletions

View File

@@ -55,7 +55,8 @@ module.exports = function(config) {
resolve: {
extensions: ['.js', '.ts', '.tsx'],
alias: {
jslib: path.join(__dirname, 'jslib/src'),
"jslib-common": path.join(__dirname, 'jslib/common/src'),
"jslib-angular": path.join(__dirname, 'jslib/angular/src'),
},
},
module: {