Frontend: Update performance hints in /frontend/webpack.config.js

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-07-02 15:32:55 +02:00
parent 2788baccf1
commit 90d72e576a

View File

@@ -98,9 +98,9 @@ const config = {
}),
],
performance: {
hints: isDev ? false : "error",
maxEntrypointSize: 5000000,
maxAssetSize: 5000000,
hints: isDev ? false : "warning",
maxEntrypointSize: 7500000,
maxAssetSize: 7500000,
},
module: {
rules: [