mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Frontend: Update performance hints in /frontend/webpack.config.js
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
2788baccf1
commit
90d72e576a
1 changed files with 3 additions and 3 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue