You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
My previous fix attempt only made it clear that the issue was in the runtime and an upstream issue with Webpack, but did not really fix things. Since Webpack 5.96.0, especially since420d0d0eed
Webpack does not generate JS for asset chunks, which breaks having a single entry with both JS and asset chunks. The logo can easily be moved to a separate entry. (cherry picked from commit0a3f6e5c2f
)