exclude lowdb

This commit is contained in:
Kyle Spearrin 2018-06-01 13:56:11 -04:00
parent faf8b7f679
commit a05053ad41
1 changed files with 2 additions and 1 deletions

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