ignore lunr from webpack?
This commit is contained in:
parent
771a1f31fc
commit
e6af441207
|
@ -44,6 +44,7 @@ const plugins = [
|
|||
raw: true
|
||||
}),
|
||||
new webpack.IgnorePlugin(/^encoding$/, /node-fetch/),
|
||||
new webpack.IgnorePlugin(/^lunr$/),
|
||||
];
|
||||
|
||||
const config = {
|
||||
|
|
Loading…
Reference in New Issue