Increased webpack performance limit.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Changed entrypointSize performance hint limit. Increased maxAssetSize webpack performance hint limit.
This commit is contained in:
parent
4bc74d0917
commit
9f291dcfed
@ -72,7 +72,11 @@ let config = {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
]
|
],
|
||||||
|
performance: {
|
||||||
|
maxEntrypointSize: 1048576,
|
||||||
|
maxAssetSize: 1048576
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
Loading…
Reference in New Issue
Block a user