1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00: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

Submodule jslib updated: 12b01e1894...1fdb694fae

View File

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

View File

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