fixing frontedn docker build

This commit is contained in:
stefan
2025-09-30 13:22:48 +02:00
parent 41bc894a19
commit 30ae7230de
3 changed files with 6 additions and 3 deletions
@@ -9,8 +9,10 @@ config.plugins.push(new HtmlWebpackPlugin({
template: templatePath,
filename: 'index.html',
inject: 'body',
scriptLoading: 'blocking',
// Optimierung hinzufügen
minify: {
minify: false
/*{
removeComments: true,
collapseWhitespace: true,
removeRedundantAttributes: true,
@@ -21,7 +23,7 @@ config.plugins.push(new HtmlWebpackPlugin({
minifyJS: true,
minifyCSS: true,
minifyURLs: true,
}
}*/
}));
// Bundle-Analyse für Development