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

Add support for migrated jslib (#2826)

This commit is contained in:
Oscar Hinton
2022-06-03 18:01:07 +02:00
committed by GitHub
parent 71e076b305
commit 5780bf85e7
58 changed files with 103 additions and 43157 deletions

View File

@@ -12,5 +12,4 @@ module.exports = {
moduleNameMapper: pathsToModuleNameMapper(compilerOptions?.paths || {}, {
prefix: "<rootDir>/",
}),
modulePathIgnorePatterns: ["jslib"],
};

Submodule apps/cli/jslib deleted from 77ca5762e1

View File

@@ -12,8 +12,8 @@
"sourceMap": true,
"baseUrl": ".",
"paths": {
"jslib-common/*": ["jslib/common/src/*"],
"jslib-node/*": ["jslib/node/src/*"]
"jslib-common/*": ["../../libs/common/src/*"],
"jslib-node/*": ["../../libs/node/src/*"]
}
},
"include": ["src"]