Closed theoludwig closed 2 years ago
Friendly ping :smile: cc @thomasdavis
This PR has no recent activity, and probably won't be merged for a long time and as I don't want/have time to do the job for this PR, I decided to close it.
Feel free to open another PR yourself based on this one if you want this to be implemented.
Hey! :wave:
This PR allows supporting custom themes exporting ESM modules. Currently, we
require
the theme, so it throws this kind of error:This PR fixes this, thanks to using Dynamic imports.
Note: This is a BREAKING CHANGE because we need to use Node.js >= v12.20.0 to support dynamic imports, which should not be too dramatic as Node.js v10 is End Of Life.