From 2b5cb55ba1ef7022b94761c5f509c4daa2af2c50 Mon Sep 17 00:00:00 2001 From: adryd Date: Thu, 23 Nov 2023 01:18:21 -0500 Subject: [PATCH] remove magicrequire habits --- src/wpTools.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wpTools.js b/src/wpTools.js index 8ee6eb6..78fb6b5 100644 --- a/src/wpTools.js +++ b/src/wpTools.js @@ -61,9 +61,5 @@ export default function wpTools(module, exports, webpackRequire) { findModulesByMatches, inspectModule, webpackRequire, - - // magicrequire habits - exportCache: findModulesByExports, - generatorText: findModulesByMatches, }; }