Frontend: Update webpack.config.js
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
884dea17de
commit
9da97273e1
1 changed files with 2 additions and 2 deletions
|
@ -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: [
|
||||||
|
|
Loading…
Reference in a new issue