forked from mirror/Part-DB.Part-DB-server
Comment out Webpack Asset Analyzer plugin, as it cause problems with github actions.
This commit is contained in:
parent
db925798de
commit
bd1da1ce5e
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ if (Encore.isProduction()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Encore.isDev()) {
|
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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue