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