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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user