Created
October 6, 2020 06:16
-
-
Save pushkar100/dd5dfbd5f9d93d4b97519c123995508c to your computer and use it in GitHub Desktop.
Webpack magic comments example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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