mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-20 00:33:45 +01:00
Comment out Webpack Asset Analyzer plugin, as it cause problems with github actions.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user