Increased webpack performance limit.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2024-07-19 23:43:39 +00:00
parent 4bc74d0917
commit ad19ff5a47

View File

@ -72,7 +72,10 @@ let config = {
} }
], ],
}) })
] ],
performance: {
maxAssetSize: 1000000,
},
}; };
module.exports = config; module.exports = config;