You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: