ignore lunr from webpack?

This commit is contained in:
Kyle Spearrin 2018-05-16 16:08:28 -04:00
parent 771a1f31fc
commit e6af441207
1 changed files with 1 additions and 0 deletions

View File

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