zestedesavoir / zmarkdown

Live demo: https://zestedesavoir.github.io/zmarkdown/
MIT License
224 stars 52 forks source link

zmarkdown: fix live demo #494

Closed StaloneLab closed 7 months ago

StaloneLab commented 10 months ago

Following the upgrade to Node 18/20, Webpack was upgraded to version 5 in order to be able to build the live demo. Even though some changes were made to keep the compilation working, it seems that the bundled files are wrong, because nothing seems to work.

I, as a maintainer, and knowing almost nothing about Webpack, am not ready to spend any more time on this issue. As a consequence, the live demo will stay in it’s current (non-working) state until one of these two conditions is met:

  1. all our imports are made statically, which should happen when deploying next;
  2. someone is ready to spend some time fixing it.