Browse Source

update jslib

pull/4/head
Kyle Spearrin 8 years ago
parent
commit
f685d1f3bf
  1. 2
      jslib
  2. 3
      tsconfig.json
  3. 1
      webpack.config.js

2
jslib

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

3
tsconfig.json

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

1
webpack.config.js

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

Loading…
Cancel
Save