AxonCore
AxonCore copied to clipboard
ES6 named import support
Add ES6 modules support alongside require. Currently there is no way to use named import. We need to add support for this while we wait for node 14 LTS
May i do this?
Sure!
Make sure to test it so we can use commonJS require, node 14 import/export and import/export with esm. The latter should most likely work if require does.
If you have any question, you can join our discord server here.