Frontend: Update webpack.config.js

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-10-13 22:18:27 +02:00
parent 884dea17de
commit 9da97273e1

View file

@ -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: [