mobile: fix error in build

This commit is contained in:
Ammar Ahmed
2025-05-16 11:02:58 +05:00
committed by Abdullah Atta
parent 0fec38610c
commit 41babda9b7

View File

@@ -228,16 +228,6 @@ module.exports = (env) => {
* from `Repack.plugins`.
*/
new Repack.RepackPlugin({
logger: {
console: false,
listener: (e => {
if (e.message[0].includes("Bundle built with warnings")) {
console.warn(` ` + e.message[0] + " time: " + e.message[1].time);
return;
}
})
},
extraChunks: [
{
type: "local",