From a9640a104260237579b71c6ff5675e7916436752 Mon Sep 17 00:00:00 2001 From: Udara Jay Date: Sun, 12 May 2024 01:00:59 -0400 Subject: [PATCH] Remove bad import --- src/main/utils/pileIndex.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/utils/pileIndex.js b/src/main/utils/pileIndex.js index a7b83ee..0b76277 100644 --- a/src/main/utils/pileIndex.js +++ b/src/main/utils/pileIndex.js @@ -6,7 +6,6 @@ const pileSearchIndex = require('./pileSearchIndex'); const pileEmbeddings = require('./pileEmbeddings'); const { walk } = require('../util'); const { convertHTMLToPlainText } = require('../util'); -const { ContextReplacementPlugin } = require('webpack'); class PileIndex { constructor() {