mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Frontend: Update webpack.config.js
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -99,8 +99,8 @@ const config = {
|
||||
],
|
||||
performance: {
|
||||
hints: isDev ? false : "error",
|
||||
maxEntrypointSize: 4000000,
|
||||
maxAssetSize: 4000000,
|
||||
maxEntrypointSize: 5000000,
|
||||
maxAssetSize: 5000000,
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
||||
Reference in New Issue
Block a user