|
|
|
|
|
by inquisitiveio
2137 days ago
|
|
Sorry I misread your comment. But is it not easier to write an CJS wrapper around ESM given that its format is a lot looser? From what I have seen seems pretty typical to simply export the named properties using a fresh module.exports = {...} and then use default as the main export? |
|