mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Frontend: Increase build size limit
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -48,8 +48,8 @@ const config = {
|
|||||||
},
|
},
|
||||||
performance: {
|
performance: {
|
||||||
hints: isDev ? false : "error",
|
hints: isDev ? false : "error",
|
||||||
maxEntrypointSize: 2000000,
|
maxEntrypointSize: 3000000,
|
||||||
maxAssetSize: 2000000,
|
maxAssetSize: 3000000,
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
Reference in New Issue
Block a user