1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +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

@@ -171,9 +171,6 @@ const config = {
},
resolve: {
extensions: ['.ts', '.js'],
alias: {
jslib: path.join(__dirname, 'jslib/src'),
},
symlinks: false,
modules: [path.resolve('node_modules')],
},