Skip to content

Instantly share code, notes, and snippets.

@delphinpro
Created June 13, 2018 02:27
Show Gist options
  • Save delphinpro/f46fe4bae5cef3171e365abae3ab2e36 to your computer and use it in GitHub Desktop.
Save delphinpro/f46fe4bae5cef3171e365abae3ab2e36 to your computer and use it in GitHub Desktop.
Lazy load module with webpack
import('./shop.js').then(module => {
module.doInit();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment