Skip to content

Instantly share code, notes, and snippets.

@pushkar100
Created October 6, 2020 06:16
Show Gist options
  • Select an option

  • Save pushkar100/dd5dfbd5f9d93d4b97519c123995508c to your computer and use it in GitHub Desktop.

Select an option

Save pushkar100/dd5dfbd5f9d93d4b97519c123995508c to your computer and use it in GitHub Desktop.
Webpack magic comments example
import(
/* webpackChunkName: "my-chunk-name" */
/* webpackMode: "lazy" */
'module'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment