mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +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: {
|
performance: {
|
||||||
hints: isDev ? false : "error",
|
hints: isDev ? false : "error",
|
||||||
maxEntrypointSize: 4000000,
|
maxEntrypointSize: 5000000,
|
||||||
maxAssetSize: 4000000,
|
maxAssetSize: 5000000,
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
Reference in New Issue
Block a user