diff --git a/webpack.config.js b/webpack.config.js index 7899c38c..59bfd7cd 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -137,7 +137,8 @@ if (Encore.isProduction()) { } if (Encore.isDev()) { - Encore.addPlugin(new BundleAnalyzerPlugin()); + //Only uncomment if needed, as this cause problems with Github actions (job does not finish) + //Encore.addPlugin(new BundleAnalyzerPlugin()); }