mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Increase max js / css asset size in webpack.config.js
This commit is contained in:
@@ -48,8 +48,8 @@ const config = {
|
||||
},
|
||||
performance: {
|
||||
hints: isDev ? false : "error",
|
||||
maxEntrypointSize: 1512000,
|
||||
maxAssetSize: 1512000,
|
||||
maxEntrypointSize: 2000000,
|
||||
maxAssetSize: 2000000,
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
||||
Reference in New Issue
Block a user