From a4c7c069fd4f7b515a49d678d8e0b9a99c96da8e Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Tue, 16 Jul 2024 13:12:05 +0200 Subject: [PATCH] Fix paths --- tools/webpack/blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webpack/blocks.js b/tools/webpack/blocks.js index db1b6b89e5bf99..c4d5b6f609240f 100644 --- a/tools/webpack/blocks.js +++ b/tools/webpack/blocks.js @@ -152,7 +152,7 @@ module.exports = [ filter: ( filepath ) => { return ( filepath.endsWith( sep + 'index.php' ) || - PhpFilePathsPlugin.renderPaths.includes( + PhpFilePathsPlugin.paths.includes( realpathSync( filepath ).replace( /\\/g, '/'