1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-27 23:31:41 +02:00

ignore lunr from webpack?

This commit is contained in:
Kyle Spearrin 2018-05-16 16:08:28 -04:00
parent 771a1f31fc
commit e6af441207

View File

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