mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-08 19:18:02 +01:00
exclude lowdb
This commit is contained in:
parent
faf8b7f679
commit
a05053ad41
@ -20,7 +20,8 @@ module.exports = function(config) {
|
||||
|
||||
// list of files to exclude
|
||||
exclude: [
|
||||
"jslib/src/services/nodeApi.service.ts"
|
||||
"jslib/src/services/nodeApi.service.ts",
|
||||
"jslib/src/services/lowdbStorage.service.ts"
|
||||
],
|
||||
|
||||
// preprocess matching files before serving them to the browser
|
||||
|
Loading…
Reference in New Issue
Block a user