1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-08 19:18:02 +01:00

exclude lowdb

This commit is contained in:
Kyle Spearrin 2018-06-01 13:56:11 -04:00
parent faf8b7f679
commit a05053ad41

View File

@ -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