1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

update jslib

This commit is contained in:
Kyle Spearrin 2018-05-16 16:18:33 -04:00
parent e6af441207
commit f685d1f3bf
3 changed files with 2 additions and 4 deletions

2
jslib

@ -1 +1 @@
Subproject commit 12b01e18946067cd79f87c775a65467a377fabd6
Subproject commit 1fdb694fae15cc1b46c4fb55ed6e37be819d859c

View File

@ -25,7 +25,6 @@
"jslib/spec",
"jslib/src/electron",
"jslib/src/angular",
"build",
"jslib/src/services/search.service.ts"
"build"
]
}

View File

@ -44,7 +44,6 @@ const plugins = [
raw: true
}),
new webpack.IgnorePlugin(/^encoding$/, /node-fetch/),
new webpack.IgnorePlugin(/^lunr$/),
];
const config = {