Comment out Webpack Asset Analyzer plugin, as it cause problems with github actions.

This commit is contained in:
Jan Böhmer
2020-06-13 23:01:39 +02:00
parent db925798de
commit bd1da1ce5e

View File

@@ -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());
}