From 309ecfb9cf078a10d2fe2298f771c7b029106abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 29 Aug 2023 20:53:34 +0200 Subject: [PATCH] try different module resolution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- webpack.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 3660feebfef..d63b690377f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -43,10 +43,10 @@ webpackConfig.optimization.splitChunks.cacheGroups = { } } -webpackConfig.resolve.modules = [ - path.resolve(__dirname, 'node_modules'), - 'node_modules' -] +// webpackConfig.resolve.modules = [ +// path.resolve(__dirname, 'node_modules'), +// 'node_modules' +// ] // Fix Buffer issues webpackConfig.plugins.push(new webpack.ProvidePlugin({