Aug 14, 2021
Thanks! for sharing.
But I want to add that someone can use dynamic import to overcome issue related to importing a module on-demand (or conditionally).
e.g. let module = await import('./my-modules.js')
Thanks! for sharing.
But I want to add that someone can use dynamic import to overcome issue related to importing a module on-demand (or conditionally).
e.g. let module = await import('./my-modules.js')