Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nitayneeman/774192f32bb3106a547677a1960febcd to your computer and use it in GitHub Desktop.
Save nitayneeman/774192f32bb3106a547677a1960febcd to your computer and use it in GitHub Desktop.
if (isFeatureEnabled) {
import('./module.mjs').then((module) => {
module.myFunction();
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment